TlsOptions.RemoteCertificateValidation 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.
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