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

プロパティ値

注釈

このプロパティは必須であり、設定しないと、接続を確立するときに検証エラーが発生します。

適用対象