SecureStoreServiceClaim Members
Include Protected Members
Include Inherited Members
Represents a claim that is associated with an entity.
The SecureStoreServiceClaim type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecureStoreServiceClaim(Claim) | Initializes a new instance of the SecureStoreServiceClaim class using the specified Claim. | |
SecureStoreServiceClaim(SPClaim) | Initializes a new instance of the SecureStoreServiceClaim class using the specified claim. | |
SecureStoreServiceClaim(String, String, String) | Initializes a new instance of the SecureStoreServiceClaim class using the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
ClaimIssuer | Gets or sets the claim issuer for the current claim object. | |
ClaimsSeparator | Gets the separator of the claim that is used to separate the claim type, claim value, and claim issuer. | |
ClaimType | Gets or sets the claim type of the current claim. | |
ClaimValue | Gets or sets the value of the current claim. | |
MaxClaimIssuerLength | Gets the maximum length of the claim issuer. | |
MaxClaimTypeLength | Gets the maximum length of the claim type. | |
MaxClaimValueLength | Gets the maximum length of the claim value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Sets the serialization information with the current claim information. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top