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
Represents a cache of security tokens.
The SPTokenCache type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPTokenCache() | Initializes a new instance of the SPTokenCache class. |
![]() |
SPTokenCache(ReadOnlyCollection<CookieTransform>) | Initializes a new instance of the SPTokenCache class. |
![]() |
SPTokenCache(XmlNodeList) | Initializes a new instance of the SPTokenCache class. |
![]() |
SPTokenCache(ReadOnlyCollection<CookieTransform>, SecurityTokenCache, TimeSpan) | Initializes a new instance of the SPTokenCache class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CanValidateToken | (Inherited from SessionSecurityTokenHandler.) |
![]() |
CanWriteToken | (Inherited from SessionSecurityTokenHandler.) |
![]() |
Configuration | (Inherited from SecurityTokenHandler.) |
![]() |
ContainingCollection | (Inherited from SecurityTokenHandler.) |
![]() |
CookieElementName | (Inherited from SessionSecurityTokenHandler.) |
![]() |
CookieNamespace | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ElementName | (Inherited from SessionSecurityTokenHandler.) |
![]() |
Instance | (Inherited from SessionSecurityTokenHandler.) |
![]() |
Namespace | (Inherited from SessionSecurityTokenHandler.) |
![]() |
TokenCache | (Inherited from SessionSecurityTokenHandler.) |
![]() |
TokenLifetime | (Inherited from SessionSecurityTokenHandler.) |
![]() |
TokenType | (Inherited from SessionSecurityTokenHandler.) |
![]() |
Transforms | (Inherited from SessionSecurityTokenHandler.) |
![]() |
UseWindowsTokenService | (Inherited from SessionSecurityTokenHandler.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ApplyTransforms | (Inherited from SessionSecurityTokenHandler.) |
![]() |
CanReadKeyIdentifierClause | (Inherited from SecurityTokenHandler.) |
![]() |
CanReadToken | (Inherited from SessionSecurityTokenHandler.) |
![]() |
CanWriteKeyIdentifierClause | (Inherited from SecurityTokenHandler.) |
![]() |
CreateSecurityTokenReference | (Inherited from SecurityTokenHandler.) |
![]() |
CreateSessionSecurityToken | (Inherited from SessionSecurityTokenHandler.) |
![]() |
CreateToken | (Inherited from SessionSecurityTokenHandler.) |
![]() |
Deserialize | (Inherited from SessionSecurityTokenHandler.) |
![]() |
DetectReplayedTokens | (Inherited from SecurityTokenHandler.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetTokenTypeIdentifiers | (Inherited from SessionSecurityTokenHandler.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetUpn | (Inherited from SessionSecurityTokenHandler.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ReadBootstrapToken | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ReadClaimProperties | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ReadClaims | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ReadIdentities | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ReadIdentity | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ReadKeyIdentifierClause | (Inherited from SecurityTokenHandler.) |
![]() |
ReadPrincipal | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ReadToken(XmlReader) | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ReadToken([]) | Reads the reference key from the cookie by looking up in the cache. (Overrides SessionSecurityTokenHandlerReadToken([]).) |
![]() |
Serialize | (Inherited from SessionSecurityTokenHandler.) |
![]() |
SetTokenTypeIdentifier | (Inherited from SessionSecurityTokenHandler.) |
![]() |
SetTransforms | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
ValidateSession | (Inherited from SessionSecurityTokenHandler.) |
![]() |
ValidateToken | (Inherited from SessionSecurityTokenHandler.) |
![]() |
WriteBootstrapToken | (Inherited from SessionSecurityTokenHandler.) |
![]() |
WriteClaimProperties | (Inherited from SessionSecurityTokenHandler.) |
![]() |
WriteClaims | (Inherited from SessionSecurityTokenHandler.) |
![]() |
WriteIdentities | (Inherited from SessionSecurityTokenHandler.) |
![]() |
WriteIdentity | (Inherited from SessionSecurityTokenHandler.) |
![]() |
WriteKeyIdentifierClause | (Inherited from SecurityTokenHandler.) |
![]() |
WritePrincipal | (Inherited from SessionSecurityTokenHandler.) |
![]() |
WriteToken(SessionSecurityToken) | Writes the token to a cache. (Overrides SessionSecurityTokenHandlerWriteToken(SessionSecurityToken).) |
![]() |
WriteToken(XmlWriter, SecurityToken) | (Inherited from SessionSecurityTokenHandler.) |
Top