TlsHandshakeCallbackContext.AllowDelayedClientCertificateNegotation Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Indica se o aplicativo tem permissão para solicitar um certificado do cliente após a conclusão do handshake. O padrão é falso. Consulte GetClientCertificateAsync(CancellationToken)
public bool AllowDelayedClientCertificateNegotation { get; set; }
member this.AllowDelayedClientCertificateNegotation : bool with get, set
Public Property AllowDelayedClientCertificateNegotation As Boolean