This documentation is archived and is not being maintained.
IssuedSecurityTokenParameters Class
Visual Studio 2010
Represents the parameters for a security token issued in a Federated security scenario.
System::Object
System.ServiceModel.Security.Tokens::SecurityTokenParameters
System.ServiceModel.Security.Tokens::IssuedSecurityTokenParameters
System.ServiceModel.Security.Tokens::SecurityTokenParameters
System.ServiceModel.Security.Tokens::IssuedSecurityTokenParameters
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The IssuedSecurityTokenParameters type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IssuedSecurityTokenParameters() | Initializes a new instance of the IssuedSecurityTokenParameters class. |
![]() | IssuedSecurityTokenParameters(IssuedSecurityTokenParameters) | Initializes a new instance of the IssuedSecurityTokenParameters class. |
![]() | IssuedSecurityTokenParameters(String) | Initializes a new instance of the IssuedSecurityTokenParameters class. |
![]() | IssuedSecurityTokenParameters(String, EndpointAddress) | Initializes a new instance of the IssuedSecurityTokenParameters class. |
![]() | IssuedSecurityTokenParameters(String, EndpointAddress, Binding) | Initializes a new instance of the IssuedSecurityTokenParameters class. |
| Name | Description | |
|---|---|---|
![]() | AdditionalRequestParameters | A collection of additional request parameters |
![]() | ClaimTypeRequirements | Gets a collection of claim type requirements. |
![]() | DefaultMessageSecurityVersion | Gets 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. |
| 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. (Overrides SecurityTokenParameters::CloneCore().) |
![]() | CreateKeyIdentifierClause | Creates a key identifier clause for a token. (Overrides SecurityTokenParameters::CreateKeyIdentifierClause(SecurityToken, SecurityTokenReferenceStyle).) |
![]() | CreateRequestParameters | Creates a collection of issued token request parameter XML elements that get included in the request sent by the client to the security token service. |
![]() | 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.) |
![]() | InitializeSecurityTokenRequirement | When implemented, initializes a security token requirement based on the properties set on the IssuedSecurityTokenParameters. (Overrides SecurityTokenParameters::InitializeSecurityTokenRequirement(SecurityTokenRequirement).) |
![]() | MatchesKeyIdentifierClause | Gets a value that indicates whether a token matches a key identifier clause. (Inherited from SecurityTokenParameters.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Displays a text representation of this instance of the class. (Overrides SecurityTokenParameters::ToString().) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
