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.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a new Claim object copied from this object. The new claim does not have a subject. |
![]() | Clone(ClaimsIdentity^) | Returns a new Claim object copied from this object. The subject of the new claim is set to the specified ClaimsIdentity. |
Show:
