SecureConversationSecurityTokenParameters Class

Definition

Represents the parameters for a secure conversation security token.

public ref class SecureConversationSecurityTokenParameters : System::ServiceModel::Security::Tokens::SecurityTokenParameters
public class SecureConversationSecurityTokenParameters : System.ServiceModel.Security.Tokens.SecurityTokenParameters
type SecureConversationSecurityTokenParameters = class
    inherit SecurityTokenParameters
Public Class SecureConversationSecurityTokenParameters
Inherits SecurityTokenParameters
Inheritance
SecureConversationSecurityTokenParameters

Remarks

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.

Constructors

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, Boolean, Boolean, ChannelProtectionRequirements)

Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement with specified ChannelProtectionRequirements.

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)

Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement.

SecureConversationSecurityTokenParameters(SecurityBindingElement)

Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement.

Properties

BootstrapProtectionRequirements

Gets the bootstrap protection requirements.

BootstrapSecurityBindingElement

Gets or sets the bootstrap security binding element.

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.

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.

SupportsClientWindowsIdentity

Gets a value that indicates whether the token supports a Windows identity for authentication.

SupportsServerAuthentication

Gets a value that indicates whether the token supports server authentication.

Methods

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.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InitializeSecurityTokenRequirement(SecurityTokenRequirement)

Initializes a security token requirement.

MatchesKeyIdentifierClause(SecurityToken, SecurityKeyIdentifierClause, SecurityTokenReferenceStyle)

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.

Applies to