SecureConversationSecurityTokenParameters Constructor (SecurityBindingElement^, Boolean, Boolean, ChannelProtectionRequirements^)
.NET Framework (current version)
Initializes a new instance of the SecureConversationSecurityTokenParameters class from the properties of a specified SecurityBindingElement with specified ChannelProtectionRequirements.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: SecureConversationSecurityTokenParameters( SecurityBindingElement^ bootstrapSecurityBindingElement, bool requireCancellation, bool canRenewSession, ChannelProtectionRequirements^ bootstrapProtectionRequirements )
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.
- bootstrapProtectionRequirements
-
Type:
System.ServiceModel.Security::ChannelProtectionRequirements^
The channel protection requirements.
.NET Framework
Available since 4.0
Available since 4.0
Show: