Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Encapsulates the data for a specified claim.
The SPClaim type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPClaim | Initializes a new instance of a SharePoint claim object by using the specified type, value, value type, and original issuer. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ClaimType | Gets the claim type of the current claim. |
![]() |
OriginalIssuer | Gets the original issuer of a particular claim. |
![]() |
Value | Gets the value of the current claim. |
![]() |
ValueType | Gets the value type of the current claim. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
EqualClaimValues | Determines whether two claim values (see SPClaimValueTypes) have the same value by using appropriate comparison. |
![]() |
Equals | Determines whether the specified object is equal to the current claim. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Gets a hash function for a particular claim type. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
IsClaimXmlSafeCharacter | Determines whether a character in a claim is a safe for purposes of XML serialization. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToEncodedString | Encodes the value of the current claim object into a string. |
![]() |
ToString | Provides a friendly display string representation of the current SPClaim claim object. (Overrides Object.ToString().) |
Top