SPSessionSecurityTokenHandler Members
Include Protected Members
Include Inherited 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.) | |
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([]) | (Inherited from SessionSecurityTokenHandler.) | |
ReadToken(XmlReader) | (Inherited from SessionSecurityTokenHandler.) | |
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) | (Inherited from SessionSecurityTokenHandler.) | |
WriteToken(XmlWriter, SecurityToken) | (Inherited from SessionSecurityTokenHandler.) |
Top