WebRequestHandler.AuthenticationLevel 屬性

定義

取得或設定值,指出用於這個要求的驗證和模擬等級。

public:
 property System::Net::Security::AuthenticationLevel AuthenticationLevel { System::Net::Security::AuthenticationLevel get(); void set(System::Net::Security::AuthenticationLevel value); };
public System.Net.Security.AuthenticationLevel AuthenticationLevel { get; set; }
member this.AuthenticationLevel : System.Net.Security.AuthenticationLevel with get, set
Public Property AuthenticationLevel As AuthenticationLevel

屬性值

AuthenticationLevel 值的位元組合。 預設值是 MutualAuthRequested

備註

在相互驗證中,用戶端和伺服器都會出示建立其識別的認證。 MutualAuthRequiredMutualAuthRequested 與 Kerberos 驗證有關。 Kerberos 驗證可以直接支援,或在使用交涉安全性通訊協定時,用來選取實際的安全性通訊協定。 如需驗證通訊協議的詳細資訊,請參閱 因特網驗證

適用於