次の方法で共有


HttpTransportElement.AuthenticationScheme プロパティ

定義

HTTP リスナーにより処理されるクライアント要求の認証に使用する認証スキームを取得または設定します。

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

プロパティ値

AuthenticationSchemes

クライアント認証に使用するプロトコルを指定する AuthenticationSchemes オブジェクト。 既定は Anonymous です。

属性

注釈

認証方式は、1 回だけ設定できます。

適用対象