TlsHandshakeCallbackContext.AllowDelayedClientCertificateNegotation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the application is allowed to request a client certificate after the handshake has completed. The default is false. See GetClientCertificateAsync(CancellationToken)
public bool AllowDelayedClientCertificateNegotation { get; set; }
member this.AllowDelayedClientCertificateNegotation : bool with get, set
Public Property AllowDelayedClientCertificateNegotation As Boolean