共用方式為


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

所使用的驗證配置。

屬性

適用於