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.

SecurityBindingElement::CreateSspiNegotiationBindingElement Method (Boolean)

 

Creates a symmetric security binding element that does SOAP SSPI negotiation based on the Negotiate authentication package.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
static SymmetricSecurityBindingElement^ CreateSspiNegotiationBindingElement(
	bool requireCancellation
)

Parameters

requireCancellation
Type: System::Boolean

Specifies whether cancellation is required. Setting it to false enables a security context token that is useful in Web farm scenarios, because in this mode the session state is encoded inside the established security context token instead of being kept in the server memory.

If requireCancellation is false, the security context token issued at the end of the SSPI negotiation is cookie based; otherwise, it is session based.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft