HttpServerCustomValidationRequestedEventArgs.ServerCertificate 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.
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.