SecurityContextTokenManager Members
Represents a security token manager for SecurityContextToken security tokens.
The following tables list the members exposed by the SecurityContextTokenManager type.
Public Constructors
Name | Description | |
---|---|---|
SecurityContextTokenManager | Overloaded. Initializes a new instance of the SecurityContextTokenManager class. |
Top
Public Fields
Name | Description | |
---|---|---|
IssuedTokenType | Represents the type of security token that was issued by the security token service. This field is constant. (Inherited from IssuedTokenManager) | |
LocalName | Represents the security token type minus the XML namespace prefix, as it appears in a SOAP message.(Inherited from IssuedTokenManager) | |
NamespaceURI | The XML namespace in which the value of the LocalName field is a member of.(Inherited from IssuedTokenManager) |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
CacheLimit | Gets the maximum number of security tokens that can be cached in the IssuedTokenCache.(Inherited from IssuedTokenManager) | |
DefaultKeyAlgorithm | Gets or sets the default key algorithm name for the given token type. (Inherited from SecurityTokenManager) | |
RenewalWindow | Gets the period of time immediately prior to expiration, in which the security token must be renewed.(Inherited from IssuedTokenManager) | |
TokenType | Overridden. Gets the type of security token being managed. |
Top
Protected Properties
Name | Description | |
---|---|---|
IssuedTokenCache | Gets the cache for issued security tokens.(Inherited from IssuedTokenManager) | |
TokenCache | Gets the token cache for SecurityContextToken security tokens in the current application domain. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Cache | (Inherited from SecurityTokenManager ) | |
CacheSecurityToken | Overridden. Caches a SecurityContextToken security token. | |
CancelTokenFromIssuer | Overridden. Sends a security token request that informs the security token service that issued the specified security token that the security token is no longer needed. | |
CreateTokenKeyAlgorithm | (Inherited from SecurityTokenManager ) | |
DecryptTokenInfo | This method is intended for use only by the Web Services Enhancements for Microsoft .NET (WSE). | |
EncryptTokenInfo | This method is intended for use only by the Web Services Enhancements for Microsoft .NET (WSE). | |
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 a security token from the specified key information. | |
LoadTokenFromXml | Overridden. Deserializes an XML element into a SecurityContextToken security token. | |
ReferenceEquals | (Inherited from Object ) | |
RemoveFromCache | (Inherited from SecurityTokenManager ) | |
RemoveSecurityTokenFromCache | Overridden. Removes the specified security token from the cache. | |
RequestTokenFromIssuer | Overridden. Requests a SecurityContextToken security token from a security token service. | |
ToString | (Inherited from Object ) | |
VerifySecurityToken | (Inherited from SecurityTokenManager ) | |
VerifyToken | Overridden. Verifies that the security token is valid. |
Top
Protected Methods
Name | Description | |
---|---|---|
DecodeTokenInfo | This method is intended for use only by the Web Services Enhancements for Microsoft .NET (WSE). | |
EncodeTokenInfo | This method is intended for use only by the Web Services Enhancements for Microsoft .NET (WSE). | |
Finalize | (Inherited from Object ) | |
GetTokenInfoData | This method is intended for use only by the Web Services Enhancements for Microsoft .NET (WSE). | |
LoadTokenInfoData | This method is intended for use only by the Web Services Enhancements for Microsoft .NET (WSE). | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SecurityContextTokenManager Class
Microsoft.Web.Services3.Security.Tokens Namespace
SecurityContextToken