SecureConversationSecurityTokenParameters Constructor (SecurityBindingElement^, Boolean, 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, bool canRenewSession )
Parameters
- bootstrapSecurityBindingElement
-
Type:
System.ServiceModel.Channels::SecurityBindingElement^
A security binding element object that secures the message exchanged as part of the secure conversation token issuance.
- requireCancellation
-
Type:
System::Boolean
true to require cancellation; otherwise, false.
- canRenewSession
-
Type:
System::Boolean
true to indicate that the communications session can be renewed; otherwise, false.
.NET Framework
Available since 4.0
Available since 4.0
Show: