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 (SecurityBindingElement^, Boolean, Boolean)

.NET Framework (current version)
 

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

Namespace:   System.ServiceModel.Security.Tokens
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
Return to top
Show:
© 2017 Microsoft