共用方式為


QuicClientConnectionOptions.ClientAuthenticationOptions 屬性

定義

取得或設定建立新連線時要使用的客戶端驗證選項。

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

屬性值

備註

這個屬性是必要屬性,而且不會設定它會導致建立連線時發生驗證錯誤。

適用於