This documentation is archived and is not being maintained.
SecureConversationSecurityTokenParameters Class
Visual Studio 2010
Represents the parameters for a secure conversation security token.
System::Object
System.ServiceModel.Security.Tokens::SecurityTokenParameters
System.ServiceModel.Security.Tokens::SecureConversationSecurityTokenParameters
System.ServiceModel.Security.Tokens::SecurityTokenParameters
System.ServiceModel.Security.Tokens::SecureConversationSecurityTokenParameters
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The SecureConversationSecurityTokenParameters type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SecureConversationSecurityTokenParameters() | Initializes a new instance of the SecureConversationSecurityTokenParameters class. |
![]() | SecureConversationSecurityTokenParameters(SecureConversationSecurityTokenParameters) | Initializes a new instance of the SecureConversationSecurityTokenParameters class from another instance of this class. |
![]() | SecureConversationSecurityTokenParameters(SecurityBindingElement) | Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement. |
![]() | SecureConversationSecurityTokenParameters(SecurityBindingElement, Boolean) | Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement. |
![]() | SecureConversationSecurityTokenParameters(SecurityBindingElement, Boolean, Boolean) | Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement. |
![]() | SecureConversationSecurityTokenParameters(SecurityBindingElement, Boolean, ChannelProtectionRequirements) | Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement with specified ChannelProtectionRequirements. |
![]() | SecureConversationSecurityTokenParameters(SecurityBindingElement, Boolean, Boolean, ChannelProtectionRequirements) | Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement with specified ChannelProtectionRequirements. |
| Name | Description | |
|---|---|---|
![]() | BootstrapProtectionRequirements | Gets the bootstrap protection requirements. |
![]() | BootstrapSecurityBindingElement | Gets or sets the SecurityBindingElement. |
![]() | CanRenewSession | Gets or sets a value that indicates whether the communications session can be renewed. |
![]() | HasAsymmetricKey | Gets a value that indicates whether the security token has an asymmetric key. (Overrides SecurityTokenParameters::HasAsymmetricKey.) |
![]() | InclusionMode | Gets or sets the token inclusion requirements. (Inherited from SecurityTokenParameters.) |
![]() | ReferenceStyle | Gets or sets the token reference style. (Inherited from SecurityTokenParameters.) |
![]() | RequireCancellation | Gets or sets a value that indicates whether cancellation is required. |
![]() | RequireDerivedKeys | Gets or sets a value that indicates whether keys can be derived from the original proof keys. (Inherited from SecurityTokenParameters.) |
![]() | SupportsClientAuthentication | Gets a value that indicates whether the token supports client authentication. (Overrides SecurityTokenParameters::SupportsClientAuthentication.) |
![]() | SupportsClientWindowsIdentity | Gets a value that indicates whether the token supports a Windows identity for authentication. (Overrides SecurityTokenParameters::SupportsClientWindowsIdentity.) |
![]() | SupportsServerAuthentication | Gets a value that indicates whether the token supports server authentication. (Overrides SecurityTokenParameters::SupportsServerAuthentication.) |
| 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).) |
![]() | 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 | Initializes a security token requirement. (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().) |
This class is a collection of token properties and methods, and is used in creating security binding elements and tokens.
Secure conversations involve the exchange of multiple messages, and use a security context to ensure security. A security context is shared among the communicating parties for the lifetime of a communications session.
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:
