ServiceAuthenticationElement.AuthenticationSchemes Свойство

Определение

Получает или задает схемы аутентификации, используемые в ServiceAuthenticationElement.

public:
 property System::Net::AuthenticationSchemes AuthenticationSchemes { System::Net::AuthenticationSchemes get(); void set(System::Net::AuthenticationSchemes value); };
[System.Configuration.ConfigurationProperty("authenticationSchemes", DefaultValue=System.Net.AuthenticationSchemes.None)]
public System.Net.AuthenticationSchemes AuthenticationSchemes { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationSchemes", DefaultValue=System.Net.AuthenticationSchemes.None)>]
member this.AuthenticationSchemes : System.Net.AuthenticationSchemes with get, set
Public Property AuthenticationSchemes As AuthenticationSchemes

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

AuthenticationSchemes

Используемые схемы аутентификации.

Атрибуты

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