EventHubConnectionOptions.CertificateValidationCallback 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.
A RemoteCertificateValidationCallback delegate allowing custom logic to be considered for validation of the remote certificate responsible for encrypting communication.
public System.Net.Security.RemoteCertificateValidationCallback CertificateValidationCallback { get; set; }
member this.CertificateValidationCallback : System.Net.Security.RemoteCertificateValidationCallback with get, set
Public Property CertificateValidationCallback As RemoteCertificateValidationCallback
Property Value
The callback will be invoked any time a connection is established, including any reconnect attempts.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET