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::CreateUserNameForSslBindingElement Method ()

 

Creates a symmetric security binding element that is configured to require user name- and password-based client authentication and certificate-based server authentication. The client authenticates the server using the SOAP-level SSL protocol.

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

public:
static SymmetricSecurityBindingElement^ CreateUserNameForSslBindingElement()

The security context token issued at the end of SSPI negotiation is cookie based.

The client does not need to be provisioned with the server certificate because it obtains it as part of the SSL protocol.

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