SecureConversationSecurityTokenParameters Class

 

Represents the parameters for a secure conversation security token.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

System::Object
  System.ServiceModel.Security.Tokens::SecurityTokenParameters
    System.ServiceModel.Security.Tokens::SecureConversationSecurityTokenParameters

public ref class SecureConversationSecurityTokenParameters : SecurityTokenParameters

NameDescription
System_CAPS_pubmethodSecureConversationSecurityTokenParameters()

Initializes a new instance of the SecureConversationSecurityTokenParameters class.

System_CAPS_protmethodSecureConversationSecurityTokenParameters(SecureConversationSecurityTokenParameters^)

Initializes a new instance of the SecureConversationSecurityTokenParameters class from another instance of this class.

System_CAPS_pubmethodSecureConversationSecurityTokenParameters(SecurityBindingElement^)

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

System_CAPS_pubmethodSecureConversationSecurityTokenParameters(SecurityBindingElement^, Boolean)

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

System_CAPS_pubmethodSecureConversationSecurityTokenParameters(SecurityBindingElement^, Boolean, Boolean)

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

System_CAPS_pubmethodSecureConversationSecurityTokenParameters(SecurityBindingElement^, Boolean, Boolean, ChannelProtectionRequirements^)

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

System_CAPS_pubmethodSecureConversationSecurityTokenParameters(SecurityBindingElement^, Boolean, ChannelProtectionRequirements^)

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

NameDescription
System_CAPS_pubpropertyBootstrapProtectionRequirements

Gets the bootstrap protection requirements.

System_CAPS_pubpropertyBootstrapSecurityBindingElement

Gets or sets the bootstrap security binding element.

System_CAPS_pubpropertyCanRenewSession

Gets or sets a value that indicates whether the communications session can be renewed.

System_CAPS_protpropertyHasAsymmetricKey

Gets a value that indicates whether the security token has an asymmetric key.(Overrides SecurityTokenParameters::HasAsymmetricKey.)

System_CAPS_pubpropertyInclusionMode

Gets or sets the token inclusion requirements.(Inherited from SecurityTokenParameters.)

System_CAPS_pubpropertyReferenceStyle

Gets or sets the token reference style.(Inherited from SecurityTokenParameters.)

System_CAPS_pubpropertyRequireCancellation

Gets or sets a value that indicates whether cancellation is required.

System_CAPS_pubpropertyRequireDerivedKeys

Gets or sets a value that indicates whether keys can be derived from the original proof keys.(Inherited from SecurityTokenParameters.)

System_CAPS_protpropertySupportsClientAuthentication

Gets a value that indicates whether the token supports client authentication.(Overrides SecurityTokenParameters::SupportsClientAuthentication.)

System_CAPS_protpropertySupportsClientWindowsIdentity

Gets a value that indicates whether the token supports a Windows identity for authentication.(Overrides SecurityTokenParameters::SupportsClientWindowsIdentity.)

System_CAPS_protpropertySupportsServerAuthentication

Gets a value that indicates whether the token supports server authentication.(Overrides SecurityTokenParameters::SupportsServerAuthentication.)

NameDescription
System_CAPS_pubmethodClone()

Clones another instance of this instance of the class.(Inherited from SecurityTokenParameters.)

System_CAPS_protmethodCloneCore()

Clones another instance of this instance of the class.(Overrides SecurityTokenParameters::CloneCore().)

System_CAPS_protmethodCreateKeyIdentifierClause(SecurityToken^, SecurityTokenReferenceStyle)
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodInitializeSecurityTokenRequirement(SecurityTokenRequirement^)
System_CAPS_protmethodMatchesKeyIdentifierClause(SecurityToken^, SecurityKeyIdentifierClause^, SecurityTokenReferenceStyle)

Indicates whether a token matches a key identifier clause.(Inherited from SecurityTokenParameters.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: