Sdílet prostřednictvím


QuicServerConnectionOptions.ServerAuthenticationOptions Vlastnost

Definice

Získá nebo nastaví možnosti ověřování serveru, které se mají použít při přijetí nového připojení.

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

Hodnota vlastnosti

Poznámky

Tato vlastnost je povinná, a pokud ji nenastavíte, dojde při navazování připojení k chybám ověřování.

Platí pro