共用方式為


QuicServerConnectionOptions.ServerAuthenticationOptions 屬性

定義

取得或設定接受新連線時要使用的伺服器驗證選項。

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

屬性值

備註

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

適用於