SPTokenCache 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 | |
---|---|---|
AnonymousSessionSecurityToken | Some requests are anonymous or not properly identified but still require the SessionSecurityTokenHandler to return a value. This is the value that signal the condition. | |
CanValidateToken | (Inherited from SessionSecurityTokenHandler.) | |
CanWriteToken | (Inherited from SessionSecurityTokenHandler.) | |
Configuration | (Inherited from SecurityTokenHandler.) | |
ContainingCollection | (Inherited from SecurityTokenHandler.) | |
CookieElementName | (Inherited from SessionSecurityTokenHandler.) | |
CookieNamespace | (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.) | |
AreCookiesConsistentForWrite | ||
AreTokenAndCookieConsistentForWrite | ||
CanReadKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
CanReadToken | (Inherited from SessionSecurityTokenHandler.) | |
CanWriteKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
CreateCookieSerializer | (Inherited from SessionSecurityTokenHandler.) | |
CreateSecurityTokenReference | (Inherited from SecurityTokenHandler.) | |
CreateSessionSecurityToken | (Inherited from SessionSecurityTokenHandler.) | |
CreateSessionSecurityTokenRequestData | ||
CreateToken | (Inherited from SessionSecurityTokenHandler.) | |
DetectReplayedTokens | (Inherited from SecurityTokenHandler.) | |
DoesCookieNeedToBeRefreshed | ||
DoesCookieNeedToBeRewritten | ||
DoesTokenNeedToBeRefreshed | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
ForceReauthentication | ||
GetCookieInformationFromToken | ||
GetCookieObjectFromToken | ||
GetCookieStringFromToken | ||
GetHashCode | (Inherited from Object.) | |
GetRebuildTokenForFormsUserOptions | ||
GetSingleClaimFromToken | ||
GetSiteSubscriptionIdFromUri | ||
GetTokenTypeIdentifiers | (Inherited from SessionSecurityTokenHandler.) | |
GetType | (Inherited from Object.) | |
InitializeAndValidateRequest | ||
IsClaimsAuthUriLocation | ||
IsCookieDataValidForWrite | ||
IsRequestExcludedFromCookieRefresh | ||
IsRequestExcludedFromCookieRewrite | ||
IsRequestExcludedFromTokenRefresh | ||
MemberwiseClone | (Inherited from Object.) | |
ReadKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
ReadToken(XmlReader) | (Inherited from SessionSecurityTokenHandler.) | |
ReadToken([]) | Reads the reference key from the cookie by looking up in the cache. (Overrides SessionSecurityTokenHandlerReadToken([]).) | |
ReadToken([], SecurityTokenResolver) | (Inherited from SessionSecurityTokenHandler.) | |
ReadToken(XmlReader, SecurityTokenResolver) | (Inherited from SessionSecurityTokenHandler.) | |
ReadTokenFromBytes | ||
RebuildTokenForCacheMiss | ||
RebuildTokenForFormUser(SPSessionSecurityTokenRequestData) | ||
RebuildTokenForFormUser(SPSessionSecurityTokenCookieValue, String) | ||
RebuildTokenForFormUser(SPSessionSecurityTokenRequestData, Boolean, SPFormsAuthenticationOption) | ||
RefreshCookie | ||
RefreshToken | ||
ReplaceCookieFromNewToken | ||
RewriteCookie | ||
SetTransforms | (Inherited from SessionSecurityTokenHandler.) | |
ShouldForceReauthentication | ||
ToString | (Inherited from Object.) | |
ValidateSession | (Inherited from SessionSecurityTokenHandler.) | |
ValidateToken(SecurityToken) | (Inherited from SessionSecurityTokenHandler.) | |
ValidateToken(SessionSecurityToken, String) | (Inherited from SessionSecurityTokenHandler.) | |
WriteCookie | ||
WriteKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
WriteToken(SessionSecurityToken) | Writes the token to a cache. (Overrides SessionSecurityTokenHandlerWriteToken(SessionSecurityToken).) | |
WriteToken(XmlWriter, SecurityToken) | (Inherited from SessionSecurityTokenHandler.) | |
WriteTokenToBytes |
Top