Share via


SPSessionSecurityTokenHandler members

Handles a session security token.

The SPSessionSecurityTokenHandler type exposes the following members.

Constructors

  Name Description
Public method SPSessionSecurityTokenHandler() Initializes a new instance of the SPSessionSecurityTokenHandler class.
Public method SPSessionSecurityTokenHandler(ReadOnlyCollection<CookieTransform>) Initializes a new instance of the SPSessionSecurityTokenHandler class.
Public method SPSessionSecurityTokenHandler(XmlNodeList) Initializes a new instance of the SPSessionSecurityTokenHandler class.
Public method SPSessionSecurityTokenHandler(ReadOnlyCollection<CookieTransform>, SecurityTokenCache, TimeSpan) Initializes a new instance of the SPSessionSecurityTokenHandler 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.)
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 CreateCookieSerializer (Inherited from SessionSecurityTokenHandler.)
Public method CreateSecurityTokenReference (Inherited from SecurityTokenHandler.)
Public method CreateSessionSecurityToken (Inherited from SessionSecurityTokenHandler.)
Public method CreateToken (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 MemberwiseClone (Inherited from Object.)
Public method ReadKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Public method ReadToken([]) (Inherited from SessionSecurityTokenHandler.)
Public method ReadToken(XmlReader) (Inherited from SessionSecurityTokenHandler.)
Public method ReadToken([], SecurityTokenResolver) (Inherited from SessionSecurityTokenHandler.)
Public method ReadToken(XmlReader, SecurityTokenResolver) (Inherited from SessionSecurityTokenHandler.)
Protected method SetTransforms (Inherited from SessionSecurityTokenHandler.)
Public method ToString (Inherited from Object.)
Protected method ValidateSession (Inherited from SessionSecurityTokenHandler.)
Public method ValidateToken(SecurityToken) (Inherited from SessionSecurityTokenHandler.)
Public method ValidateToken(SessionSecurityToken, String) (Inherited from SessionSecurityTokenHandler.)
Public method WriteKeyIdentifierClause (Inherited from SecurityTokenHandler.)
Public method WriteToken(SessionSecurityToken) (Inherited from SessionSecurityTokenHandler.)
Public method WriteToken(XmlWriter, SecurityToken) (Inherited from SessionSecurityTokenHandler.)

Top

See also

Reference

SPSessionSecurityTokenHandler class

Microsoft.SharePoint.IdentityModel namespace