Поделиться через


SecurityElementBase.AuthenticationMode Свойство

Определение

Возвращает или задает параметры проверки подлинности, используемые при обмене сообщениями.

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

Значение свойства

Параметр аутентификации, используемый при обмене сообщениями.

Атрибуты

Применяется к