SecurityTokenParameters Members
.NET Framework 3.5
An abstract class that when implemented represents security token parameters.
The SecurityTokenParameters type exposes the following members.
| Name | Description | |
|---|---|---|
|
SecurityTokenParameters | Overloaded. Initializes a new instance of the SecurityTokenParameters class. |
| Name | Description | |
|---|---|---|
|
Clone | Clones another instance of this instance of the class. |
|
CloneCore | Clones another instance of this instance of the class. |
|
CreateKeyIdentifierClause | Creates a key identifier clause for a token. |
|
Equals | 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.) |
|
InitializeSecurityTokenRequirement | When implemented, initializes a security token requirement. |
|
MatchesKeyIdentifierClause | Gets a value that indicates whether a token matches a key identifier clause. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString |
Displays a text representation of this instance of the class. (Overrides Object.ToString().) In .NET Compact Framework 3.5, this member is inherited from Object.ToString(). |
| Name | Description | |
|---|---|---|
|
HasAsymmetricKey | When implemented, gets a value that indicates whether the token has an asymmetric key. |
|
InclusionMode | Gets or sets the token inclusion requirements. |
|
ReferenceStyle | Gets or sets the token reference style. |
|
RequireDerivedKeys | Gets or sets a value that indicates whether keys can be derived from the original proof keys. |
|
SupportsClientAuthentication | When implemented, gets a value that indicates whether the token supports client authentication. |
|
SupportsClientWindowsIdentity | When implemented, gets a value that indicates whether the token supports a Windows identity for authentication. |
|
SupportsServerAuthentication | When implemented, gets a value that indicates whether the token supports server authentication. |