X509SecurityTokenManager Members
Represents a security token manager for X509SecurityToken security tokens.
The following tables list the members exposed by the X509SecurityTokenManager type.
Public Constructors
Name | Description | |
---|---|---|
X509SecurityTokenManager | Overloaded. Initializes a new instance of the X509SecurityTokenManager class. |
Top
Public Properties
Name | Description | |
---|---|---|
DefaultKeyAlgorithm | Gets or sets the default key algorithm name for the given token type. (Inherited from SecurityTokenManager) | |
DefaultSessionKeyAlgorithm | Gets or sets the default session key algorithm for X509SecurityToken security tokens. | |
TokenType | Overridden. Gets the type of security token being managed. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Cache | (Inherited from SecurityTokenManager ) | |
CacheSecurityToken | (Inherited from SecurityTokenManager ) | |
CreateTokenKeyAlgorithm | (Inherited from SecurityTokenManager ) | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetSecurityTokenManagerByTokenType | (Inherited from SecurityTokenManager ) | |
GetSecurityTokenManagerByValueType | (Inherited from SecurityTokenManager ) | |
GetTokenFromKeyInfo | Overloaded. (Inherited from SecurityTokenManager ) | |
GetTokenFromXml | (Inherited from SecurityTokenManager ) | |
GetType | (Inherited from Object ) | |
LoadTokenFromKeyInfo | Overridden. Loads an X509SecurityToken security token using a KeyInfo. | |
LoadTokenFromXml | Overridden. Deserializes an XML element into an X509SecurityToken security token. | |
ReferenceEquals | (Inherited from Object ) | |
RemoveFromCache | (Inherited from SecurityTokenManager ) | |
RemoveSecurityTokenFromCache | (Inherited from SecurityTokenManager ) | |
ToString | (Inherited from Object ) | |
VerifySecurityToken | (Inherited from SecurityTokenManager ) | |
VerifyToken | Overridden. Verifies that the security token is valid. |
Top
Protected Methods
Name | Description | |
---|---|---|
AuthenticateToken | Authenticates an X509SecurityToken. | |
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
X509SecurityTokenManager Class
Microsoft.Web.Services3.Security.Tokens Namespace
X509SecurityToken