Share via


KerberosTokenManager Members

Represents a security token manager for KerberosToken security tokens.

The following tables list the members exposed by the KerberosTokenManager type.

Public Constructors

  Name Description
KerberosTokenManager Overloaded.  

Top

Public Properties

(see also Protected Properties )

  Name Description
public property CacheCapacity  Gets the maximum number of security tokens that can be cached.(inherited from KeyIdentifierCachedSecurityTokenManager)
public property DefaultKeyAlgorithm Overridden. Gets or sets the default key algorithm for KerberosToken security tokens.
public property PermitsPolicyEnforcementTokenCaching Overridden. Gets a value indicating whether the security token type can be cached when policy is used.
public property RenewalWindow [To be supplied.]
public property TokenType Overridden. Gets the type of security token being managed.

Top

Protected Properties

  Name Description
protected property TokenCache  Gets the security token cache.(inherited from KeyIdentifierCachedSecurityTokenManager)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method CacheSecurityToken  Adds the specified security token to the cache. (inherited from KeyIdentifierCachedSecurityTokenManager)
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method LoadSecurityTokenAssertion Overridden. Loads the XML elements from a policy assertion pertaining to a KerberosToken security token.
public method LoadTokenFromKeyInfo Overridden. Loads a security token from the specified key information.
public method LoadTokenFromSecurityTokenAssertion Overridden. Loads a security token referenced in a policy assertion into a SecurityToken.
public method LoadTokenFromXml Overridden. Deserializes an XML element into a KerberosToken security token.
public method ToString  (inherited from Object )
public method VerifyToken  Verifies that the specified security token is valid. (inherited from SecurityTokenManager)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

KerberosTokenManager Class
Microsoft.Web.Services2.Security.Tokens Namespace
KerberosToken

Other Resources