QuicClientConnectionOptions.ClientAuthenticationOptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定建立新連線時要使用的客戶端驗證選項。
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
屬性值
備註
這個屬性是必要屬性,而且不會設定它會導致建立連線時發生驗證錯誤。