WindowsIdentity.Clone Method

Definition

Creates a new object that is a copy of the current instance.

public:
 override System::Security::Claims::ClaimsIdentity ^ Clone();
public override System.Security.Claims.ClaimsIdentity Clone ();
override this.Clone : unit -> System.Security.Claims.ClaimsIdentity
Public Overrides Function Clone () As ClaimsIdentity

Returns

A copy of the current instance.

Applies to