SPSessionSecurityTokenHandler members
Handles a session security token.
The SPSessionSecurityTokenHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSessionSecurityTokenHandler() | Initializes a new instance of the SPSessionSecurityTokenHandler class. | |
SPSessionSecurityTokenHandler(ReadOnlyCollection<CookieTransform>) | Initializes a new instance of the SPSessionSecurityTokenHandler class. | |
SPSessionSecurityTokenHandler(XmlNodeList) | Initializes a new instance of the SPSessionSecurityTokenHandler class. | |
SPSessionSecurityTokenHandler(ReadOnlyCollection<CookieTransform>, SecurityTokenCache, TimeSpan) | Initializes a new instance of the SPSessionSecurityTokenHandler 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.) | |
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.) | |
CreateCookieSerializer | (Inherited from SessionSecurityTokenHandler.) | |
CreateSecurityTokenReference | (Inherited from SecurityTokenHandler.) | |
CreateSessionSecurityToken | (Inherited from SessionSecurityTokenHandler.) | |
CreateToken | (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.) | |
MemberwiseClone | (Inherited from Object.) | |
ReadKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
ReadToken([]) | (Inherited from SessionSecurityTokenHandler.) | |
ReadToken(XmlReader) | (Inherited from SessionSecurityTokenHandler.) | |
ReadToken([], SecurityTokenResolver) | (Inherited from SessionSecurityTokenHandler.) | |
ReadToken(XmlReader, SecurityTokenResolver) | (Inherited from SessionSecurityTokenHandler.) | |
SetTransforms | (Inherited from SessionSecurityTokenHandler.) | |
ToString | (Inherited from Object.) | |
ValidateSession | (Inherited from SessionSecurityTokenHandler.) | |
ValidateToken(SecurityToken) | (Inherited from SessionSecurityTokenHandler.) | |
ValidateToken(SessionSecurityToken, String) | (Inherited from SessionSecurityTokenHandler.) | |
WriteKeyIdentifierClause | (Inherited from SecurityTokenHandler.) | |
WriteToken(SessionSecurityToken) | (Inherited from SessionSecurityTokenHandler.) | |
WriteToken(XmlWriter, SecurityToken) | (Inherited from SessionSecurityTokenHandler.) |
Top