IssuedSecurityTokenParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the parameters for a security token issued in a Federated security scenario.
public ref class IssuedSecurityTokenParameters : System::ServiceModel::Security::Tokens::SecurityTokenParameters
public class IssuedSecurityTokenParameters : System.ServiceModel.Security.Tokens.SecurityTokenParameters
type IssuedSecurityTokenParameters = class
inherit SecurityTokenParameters
Public Class IssuedSecurityTokenParameters
Inherits SecurityTokenParameters
- Inheritance
- Derived
Remarks
This class is a collection of token properties and methods, and is used in creating security binding elements and tokens.
Constructors
| Name | Description |
|---|---|
| IssuedSecurityTokenParameters() |
Initializes a new instance of the IssuedSecurityTokenParameters class. |
| IssuedSecurityTokenParameters(IssuedSecurityTokenParameters) |
Initializes a new instance of the IssuedSecurityTokenParameters class. |
| IssuedSecurityTokenParameters(String, EndpointAddress, Binding) |
Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type, issuer address and issuer binding. |
| IssuedSecurityTokenParameters(String, EndpointAddress) |
Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type and issuer address. |
| IssuedSecurityTokenParameters(String) |
Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type. |
Properties
| 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. |
| 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. |
| 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. |
| 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. |
| TokenType |
Gets or sets the issued token type. |
| UseStrTransform |
Gets or sets a value that indicates whether the issued token parameter uses STR transform. |
Methods
| Name | Description |
|---|---|
| Clone() |
Clones another instance of this instance of the class. (Inherited from SecurityTokenParameters) |
| CloneCore() |
Clones another instance of this instance of the class. |
| CreateKeyIdentifierClause(SecurityToken, SecurityTokenReferenceStyle) |
Creates a key identifier clause for a token. |
| InitializeSecurityTokenRequirement(SecurityTokenRequirement) |
When implemented, initializes a security token requirement based on the properties set on the |
| MatchesKeyIdentifierClause(SecurityToken, SecurityKeyIdentifierClause, SecurityTokenReferenceStyle) |
Indicates whether a token matches a key identifier clause. (Inherited from SecurityTokenParameters) |
| ToString() |
Displays a text representation of this instance of the class. |