Ends a pending asynchronous certificate verification request.
[Visual Basic]
Overridable Public Function EndVerifyChain( _
ByVal ar As IAsyncResult _
) As CertificateStatus
One of the CertificateStatus values.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | ar is a null reference (Nothing in Visual Basic). |
| ArgumentException | The ar parameter was not returned by a call to the BeginVerifyChain method. |
| InvalidOperationException | EndVerifyChain was previously called for the asynchronous chain verification. |
| CertificateException | An error occurs while verifying the certificate chain. |
CertificateChain Class | CertificateChain Members | Org.Mentalis.Security.Certificates Namespace