Düzenle

Aracılığıyla paylaş


TlsOptions.RemoteCertificateValidation Property

Definition

Specifies a callback for additional remote certificate validation that will be invoked during authentication. This will be ignored if AllowAnyRemoteCertificate() is called after this callback is set.

public Orleans.Connections.Security.RemoteCertificateValidator RemoteCertificateValidation { get; set; }
member this.RemoteCertificateValidation : Orleans.Connections.Security.RemoteCertificateValidator with get, set
Public Property RemoteCertificateValidation As RemoteCertificateValidator

Property Value

Applies to