Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Copy | Returns a new Claim object copied from this object. The subject of the new claim object is set to null. | |
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
SetSubject | Sets the new subject for the Claim. | |
ToString | Overridden. Returns a string representation of the claim object. The string that is returned contains the values of the ClaimType and Value properties. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.