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::CreateIssuedTokenForSslBindingElement Method

 

Creates a symmetric security binding element that is configured to require client authentication based on an issued token and server authentication based on the server certificate.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateIssuedTokenForSslBindingElement(IssuedSecurityTokenParameters^)

Creates a symmetric security binding element that is configured to require client authentication based on an issued token and server authentication based on the server certificate.

System_CAPS_pubmethodSystem_CAPS_staticCreateIssuedTokenForSslBindingElement(IssuedSecurityTokenParameters^, Boolean)

Creates a symmetric security binding element that is configured to require client authentication based on an issued token and server authentication based on the server certificate.

The issued token can have a symmetric or an asymmetric key. The client authenticates the server using the SOAP-level SSL protocol.

Both overloads use a IssuedSecurityTokenParameters parameter. One of them includes a parameter that specifies whether cancellation is required.

Return to top
Show:
© 2017 Microsoft