SecureStoreServiceClaim members

Represents a claim that is associated with an entity.

The SecureStoreServiceClaim type exposes the following members.

Constructors

  Name Description
Public method SecureStoreServiceClaim(Claim) Initializes a new instance of the SecureStoreServiceClaim class using the specified Claim.
Public method SecureStoreServiceClaim(SPClaim) Initializes a new instance of the SecureStoreServiceClaim class using the specified claim.
Public method SecureStoreServiceClaim(String, String, String) Initializes a new instance of the SecureStoreServiceClaim class using the specified parameters.

Top

Properties

  Name Description
Public property ClaimIssuer Gets or sets the claim issuer for the current claim object.
Public propertyStatic member ClaimsSeparator Gets the separator of the claim that is used to separate the claim type, claim value, and claim issuer.
Public property ClaimType Gets or sets the claim type of the current claim.
Public property ClaimValue Gets or sets the value of the current claim.
Public propertyStatic member MaxClaimIssuerLength Gets the maximum length of the claim issuer.
Public propertyStatic member MaxClaimTypeLength Gets the maximum length of the claim type.
Public propertyStatic member MaxClaimValueLength Gets the maximum length of the claim value.
Public propertyStatic member SystemClaim Represent a SecureStoreServiceClaim for giving permissions to full trust sharepoint code when there is no user-context

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Sets the serialization information with the current claim information.
Public method GetType (Inherited from Object.)
Public methodStatic member IsSystemClaim Checks whether the given claim is a system claim
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SecureStoreServiceClaim class

Microsoft.Office.SecureStoreService.Server namespace