This documentation is archived and is not being maintained.
WindowsSecurityToken Methods
Visual Studio 2010
The WindowsSecurityToken type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanCreateKeyIdentifierClause<T> | Gets a value that indicates whether this security token is capable of creating the specified key identifier. (Inherited from SecurityToken.) |
|
CreateKeyIdentifierClause<T> | Creates the specified key identifier clause. (Inherited from SecurityToken.) |
|
Dispose | Releases all resources used by the WindowsSecurityToken. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Initialize(String, DateTime, DateTime, WindowsIdentity, Boolean) | Initializes a new instance of the WindowsSecurityToken class using the specified unique identifier, Windows user, and the first and last instants in time when the security token is valid. |
|
Initialize(String, String, DateTime, DateTime, WindowsIdentity, Boolean) | Initializes a new instance of the WindowsSecurityToken class. |
|
MatchesKeyIdentifierClause | Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier. (Inherited from SecurityToken.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ResolveKeyIdentifierClause | Gets the key for the specified key identifier clause. (Inherited from SecurityToken.) |
|
ThrowIfDisposed | Throws an exception if the Dispose method has been called for this instance. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: