IssuedSecurityTokenParameters Properties
.NET Framework 4.5
The IssuedSecurityTokenParameters type exposes the following members.
| Name | Description | |
|---|---|---|
|
AdditionalRequestParameters | Gets a collection of additional request parameters |
|
ClaimTypeRequirements | Gets a collection of claim type requirements. |
|
DefaultMessageSecurityVersion | Gets or sets the default set of security specifications versions. |
|
HasAsymmetricKey | Gets a value that indicates whether the issued token has an asymmetric key. (Overrides SecurityTokenParameters.HasAsymmetricKey.) |
|
InclusionMode | Gets or sets the token inclusion requirements. (Inherited from SecurityTokenParameters.) |
|
IssuerAddress | Gets or sets the token issuer's address. |
|
IssuerBinding | Gets or sets the token issuer's binding, to be used by the client. |
|
IssuerMetadataAddress | Gets or sets the token issuer's metadata address. |
|
KeySize | Gets or sets the issued token key size. |
|
KeyType | Gets or sets the issued token key type. |
|
ReferenceStyle | Gets or sets the token reference style. (Inherited from SecurityTokenParameters.) |
|
RequireDerivedKeys | Gets or sets a value that indicates whether keys can be derived from the original proof keys. (Inherited from SecurityTokenParameters.) |
|
SupportsClientAuthentication | When implemented, gets a value that indicates whether the token supports client authentication. (Overrides SecurityTokenParameters.SupportsClientAuthentication.) |
|
SupportsClientWindowsIdentity | When implemented, gets a value that indicates whether the token supports a Windows identity for authentication. (Overrides SecurityTokenParameters.SupportsClientWindowsIdentity.) |
|
SupportsServerAuthentication | When implemented, gets a value that indicates whether the token supports server authentication. (Overrides SecurityTokenParameters.SupportsServerAuthentication.) |
|
TokenType | Gets or sets the issued token type. |
|
UseStrTransform | Gets or sets a value that indicates whether the issued token parameter uses STR transform. |