C# Class Thinktecture.IdentityModel.Tokens.SamlSecurityTokenProvider

A security token provider for the SAML client credentials.
Inheritance: System.IdentityModel.Selectors.SecurityTokenProvider
Mostrar archivo Open project: IdentityModel/Thinktecture.IdentityModel.v1

Protected Methods

Method Description
GetTokenCore ( System.TimeSpan timeout ) : System.IdentityModel.Tokens.SecurityToken

Gets a security token.

Private Methods

Method Description
SamlSecurityTokenProvider ( System.IdentityModel.Tokens.SecurityToken samlToken ) : System

Initializes a new instance of the SamlSecurityTokenProvider class.

Method Details

GetTokenCore() protected method

Gets a security token.
protected GetTokenCore ( System.TimeSpan timeout ) : System.IdentityModel.Tokens.SecurityToken
timeout System.TimeSpan A that specifies the timeout value for the message that gets the security token.
return System.IdentityModel.Tokens.SecurityToken