Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Claim::Clone Method

.NET Framework (current version)
 

Returns a new Claim object copied from this object.

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

NameDescription
System_CAPS_pubmethodClone()

Returns a new Claim object copied from this object. The new claim does not have a subject.

System_CAPS_pubmethodClone(ClaimsIdentity^)

Returns a new Claim object copied from this object. The subject of the new claim is set to the specified ClaimsIdentity.

Return to top
Show:
© 2017 Microsoft