HttpServerCustomValidationRequestedEventArgs.ServerCertificate Property

Definition

Gets the X509Certificate provided by the server.

public:
 property Certificate ^ ServerCertificate { Certificate ^ get(); };
Certificate ServerCertificate();
public Certificate ServerCertificate { get; }
var certificate = httpServerCustomValidationRequestedEventArgs.serverCertificate;
Public ReadOnly Property ServerCertificate As Certificate

Property Value

The X509Certificate provided by the server.

Applies to