OpenIdConnectMessage.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new instance of OpenIdConnectMessage with values copied from this object.
public virtual Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage Clone ();
abstract member Clone : unit -> Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage
override this.Clone : unit -> Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage
Public Overridable Function Clone () As OpenIdConnectMessage
Returns
A new OpenIdConnectMessage object copied from this object
Remarks
This is a shallow Clone.