Compartir a través de


QuicServerConnectionOptions.ServerAuthenticationOptions Propiedad

Definición

Obtiene o establece las opciones de autenticación del servidor que se usarán al aceptar una nueva conexión.

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

Valor de propiedad

Comentarios

Esta propiedad es obligatoria y no se establece, se producirán errores de validación al establecer una conexión.

Se aplica a