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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateIssuedTokenForSslBindingElement(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. |
![]() ![]() | CreateIssuedTokenForSslBindingElement(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.

