SPTokenCache Members

Include Protected Members
Include Inherited Members

Represents a cache of security tokens.

The SPTokenCache type exposes the following members.

Constructors

  Name Description
Public method SPTokenCache() Initializes a new instance of the SPTokenCache class.
Public method SPTokenCache(ReadOnlyCollection<CookieTransform>) Initializes a new instance of the SPTokenCache class.
Public method SPTokenCache(XmlNodeList) Initializes a new instance of the SPTokenCache class.
Public method SPTokenCache(ReadOnlyCollection<CookieTransform>, SecurityTokenCache, TimeSpan) Initializes a new instance of the SPTokenCache class.

Top

Properties

  Name Description
Public property CanValidateToken (Inherited from SessionSecurityTokenHandler.)
Public property CanWriteToken (Inherited from SessionSecurityTokenHandler.)
Public property Configuration (Inherited from SecurityTokenHandler.)
Public property ContainingCollection (Inherited from SecurityTokenHandler.)
Public property CookieElementName (Inherited from SessionSecurityTokenHandler.)
Public property CookieNamespace (Inherited from SessionSecurityTokenHandler.)
Protected property ElementName (Inherited from SessionSecurityTokenHandler.)
Protected property Instance (Inherited from SessionSecurityTokenHandler.)
Protected property Namespace (Inherited from SessionSecurityTokenHandler.)
Public property TokenCache (Inherited from SessionSecurityTokenHandler.)
Public property TokenLifetime (Inherited from SessionSecurityTokenHandler.)
Public property TokenType (Inherited from SessionSecurityTokenHandler.)
Public property Transforms (Inherited from SessionSecurityTokenHandler.)
Public property UseWindowsTokenService (Inherited from SessionSecurityTokenHandler.)

Top

Methods

  Name Description
Protected method ApplyTransforms (Inherited from SessionSecurityTokenHandler.)
Public method CanReadKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Public method CanReadToken (Inherited from SessionSecurityTokenHandler.)
Public method CanWriteKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Public method CreateSecurityTokenReference (Inherited from SecurityTokenHandler.)
Public method CreateSessionSecurityToken (Inherited from SessionSecurityTokenHandler.)
Public method CreateToken (Inherited from SessionSecurityTokenHandler.)
Public method Deserialize (Inherited from SessionSecurityTokenHandler.)
Protected method DetectReplayedTokens (Inherited from SecurityTokenHandler.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetTokenTypeIdentifiers (Inherited from SessionSecurityTokenHandler.)
Public method GetType (Inherited from Object.)
Protected method GetUpn (Inherited from SessionSecurityTokenHandler.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ReadBootstrapToken (Inherited from SessionSecurityTokenHandler.)
Protected method ReadClaimProperties (Inherited from SessionSecurityTokenHandler.)
Protected method ReadClaims (Inherited from SessionSecurityTokenHandler.)
Protected method ReadIdentities (Inherited from SessionSecurityTokenHandler.)
Protected method ReadIdentity (Inherited from SessionSecurityTokenHandler.)
Public method ReadKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Protected method ReadPrincipal (Inherited from SessionSecurityTokenHandler.)
Public method ReadToken(XmlReader) (Inherited from SessionSecurityTokenHandler.)
Public method ReadToken([]) Reads the reference key from the cookie by looking up in the cache. (Overrides SessionSecurityTokenHandlerReadToken([]).)
Public method Serialize (Inherited from SessionSecurityTokenHandler.)
Protected method SetTokenTypeIdentifier (Inherited from SessionSecurityTokenHandler.)
Protected method SetTransforms (Inherited from SessionSecurityTokenHandler.)
Public method ToString (Inherited from Object.)
Protected method ValidateSession (Inherited from SessionSecurityTokenHandler.)
Public method ValidateToken (Inherited from SessionSecurityTokenHandler.)
Protected method WriteBootstrapToken (Inherited from SessionSecurityTokenHandler.)
Protected method WriteClaimProperties (Inherited from SessionSecurityTokenHandler.)
Protected method WriteClaims (Inherited from SessionSecurityTokenHandler.)
Protected method WriteIdentities (Inherited from SessionSecurityTokenHandler.)
Protected method WriteIdentity (Inherited from SessionSecurityTokenHandler.)
Public method WriteKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Protected method WritePrincipal (Inherited from SessionSecurityTokenHandler.)
Public method WriteToken(SessionSecurityToken) Writes the token to a cache. (Overrides SessionSecurityTokenHandlerWriteToken(SessionSecurityToken).)
Public method WriteToken(XmlWriter, SecurityToken) (Inherited from SessionSecurityTokenHandler.)

Top

See Also

Reference

SPTokenCache Class

Microsoft.SharePoint.IdentityModel Namespace