SecureConversationSecurityTokenParameters Constructor (SecurityBindingElement^, Boolean)

 

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
)

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
Return to top
Show: