Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecureConversationSecurityTokenParameters Constructor

 

Initializes a new instance of the SecureConversationSecurityTokenParameters class.

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

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.

Return to top
Show:
© 2017 Microsoft