SecurityElementBase.AuthenticationMode Property

Definition

Gets or sets the authentication setting used for message exchange.

public:
 property System::ServiceModel::Configuration::AuthenticationMode AuthenticationMode { System::ServiceModel::Configuration::AuthenticationMode get(); void set(System::ServiceModel::Configuration::AuthenticationMode value); };
[System.Configuration.ConfigurationProperty("authenticationMode", DefaultValue=System.ServiceModel.Configuration.AuthenticationMode.SspiNegotiated)]
public System.ServiceModel.Configuration.AuthenticationMode AuthenticationMode { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationMode", DefaultValue=System.ServiceModel.Configuration.AuthenticationMode.SspiNegotiated)>]
member this.AuthenticationMode : System.ServiceModel.Configuration.AuthenticationMode with get, set
Public Property AuthenticationMode As AuthenticationMode

Property Value

The authentication setting used for message exchange.

Attributes

Applies to