Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SecurityBindingElement.CreateUserNameOverTransportBindingElement Method
Definition
- Namespace:
- System.ServiceModel.Channels
- Assemblies:
- System.ServiceModel.dll, System.ServiceModel.Security.dll
- Assemblies:
- System.ServiceModel.dll, System.ServiceModel.Primitives.dll
- Assembly:
- System.ServiceModel.Security.dll
- Assembly:
- System.ServiceModel.dll
- Assembly:
- System.ServiceModel.Primitives.dll
- Package:
- System.ServiceModel.Primitives v10.0.652802
- Source:
- SecurityBindingElement.cs
- Source:
- SecurityBindingElement.cs
- Source:
- SecurityBindingElement.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a security binding element that is configured for client authentication based on a user name and password sent as part of the SOAP message. The binding element requires the transport to provide server authentication and message protection (for example, HTTPS).
public:
static System::ServiceModel::Channels::TransportSecurityBindingElement ^ CreateUserNameOverTransportBindingElement();
public static System.ServiceModel.Channels.TransportSecurityBindingElement CreateUserNameOverTransportBindingElement();
static member CreateUserNameOverTransportBindingElement : unit -> System.ServiceModel.Channels.TransportSecurityBindingElement
Public Shared Function CreateUserNameOverTransportBindingElement () As TransportSecurityBindingElement
Returns
A TransportSecurityBindingElement object.
Remarks
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.
Applies to
Feedback
Was this page helpful?
