HttpServerCustomValidationRequestedEventArgs.Reject Method
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.
Reject the server's certificate. This will result in the client terminating the connection to the server.
public:
virtual void Reject() = Reject;
void Reject();
public void Reject();
function reject()
Public Sub Reject ()