Verifies a certificate chain and calls a delegate when finished.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
protected void StartVerification(
Object state
) |
Visual Basic |
---|
Protected Sub StartVerification ( _
state As Object _
) |
Visual C++ |
---|
protected:
void StartVerification(
Object^ state
) |
Parameters
- state
- Type: System..::..Object
Stores state information for this asynchronous operation as well as any user-defined data.
See Also