SecureConversationSecurityTokenParameters Constructor (SecurityBindingElement^, Boolean)
.NET Framework (current version)
Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: SecureConversationSecurityTokenParameters( SecurityBindingElement^ bootstrapSecurityBindingElement, bool requireCancellation )
Parameters
- bootstrapSecurityBindingElement
-
Type:
System.ServiceModel.Channels::SecurityBindingElement^
The bootstrap security binding element.
- requireCancellation
-
Type:
System::Boolean
true to require cancellation; otherwise, false.
bootstrapSecurityBindingElement specifies the security binding element to use when securing the messages exchanged as part of the secure conversation token issuance. If requireCancellation is true, a session-based security context token is issued; otherwise, a cookie-based security context token is issued.
.NET Framework
Available since 3.0
Available since 3.0
Show: