WebSocketServerCustomValidationRequestedEventArgs.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.
The certificate being offered by the server for validation.
public:
property Certificate ^ ServerCertificate { Certificate ^ get(); };
Certificate ServerCertificate();
public Certificate ServerCertificate { get; }
var certificate = webSocketServerCustomValidationRequestedEventArgs.serverCertificate;
Public ReadOnly Property ServerCertificate As Certificate
Property Value
The server certificate.