SecurityBindingElement::CreateIssuedTokenOverTransportBindingElement Method (IssuedSecurityTokenParameters^)
Creates a security binding element configured to require SOAP security based client authentication using an issued token. This binding element requires the transport to provide server authentication and message protection (for example, HTTPS).
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: static TransportSecurityBindingElement^ CreateIssuedTokenOverTransportBindingElement( IssuedSecurityTokenParameters^ issuedTokenParameters )
Parameters
- issuedTokenParameters
- Type: System.ServiceModel.Security.Tokens::IssuedSecurityTokenParameters^
Return Value
Type: System.ServiceModel.Channels::TransportSecurityBindingElement^A TransportSecurityBindingElement object.
| Exception | Condition |
|---|---|
| ArgumentNullException | issuedTokenParameters is null. |
The created binding has IncludeTimestamp set to true.
The LocalClientSecuritySettings object returned from LocalClientSettings has its DetectReplays property set to false.
The LocalServiceSecuritySettings object returned from LocalServiceSettings has its DetectReplays property set to false.
Note |
|---|
Once a SecurityBindingElement object is created by calling this method, the KeyType property should be treated as immutable. Inconsistent binding behavior may occur if this value is modified. |
Available since 3.0
