IssuedTokenManager Members
Represents a security token manager for opaque security tokens that are issued by a security token service.
The following tables list the members exposed by the IssuedTokenManager type.
Public Constructors
Name | Description | |
---|---|---|
IssuedTokenManager | Overloaded. Initializes a new instance of the IssuedTokenManager 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. | |
LocalName | Represents the security token type minus the XML namespace prefix, as it appears in a SOAP message. | |
NamespaceURI | The XML namespace in which the value of the LocalName field is a member of. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
CacheLimit | Gets the maximum number of security tokens that can be cached in the IssuedTokenCache. | |
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. | |
TokenType | Overridden. Gets the type of security token being managed. |
Top
Protected Properties
Name | Description | |
---|---|---|
IssuedTokenCache | Gets the cache for issued security tokens. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Cache | (Inherited from SecurityTokenManager ) | |
CacheSecurityToken | Overridden. Caches a IssuedToken security token. | |
CancelTokenFromIssuer | 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 ) | |
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 IssuedToken security token. | |
ReferenceEquals | (Inherited from Object ) | |
RemoveFromCache | (Inherited from SecurityTokenManager ) | |
RemoveSecurityTokenFromCache | Overridden. Removes the specified security token from the cache. | |
RequestTokenFromIssuer | Requests a security token from a security token service. | |
ToString | (Inherited from Object ) | |
VerifySecurityToken | (Inherited from SecurityTokenManager ) | |
VerifyToken | (Inherited from SecurityTokenManager ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
IssuedTokenManager Class
Microsoft.Web.Services3.Security.Tokens Namespace