ClaimsIdentity.Clone Method ()

.NET Framework (current version)
 

Returns a new ClaimsIdentity copied from this claims identity.

Namespace:   System.Security.Claims
Assembly:  mscorlib (in mscorlib.dll)

public virtual ClaimsIdentity Clone()

Return Value

Type: System.Security.Claims.ClaimsIdentity

A copy of the current instance.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show: