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: