SecurityElementBase.AuthenticationMode Property    
Definition
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.
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, setPublic Property AuthenticationMode As AuthenticationModeProperty Value
The authentication setting used for message exchange.
- Attributes