Begins verification of the end
Certificate according to the SSL policy rules.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public virtual IAsyncResult BeginVerifyChain(
string server,
AuthType type,
VerificationFlags flags,
AsyncCallback callback,
Object asyncState
) |
Visual Basic |
---|
Public Overridable Function BeginVerifyChain ( _
server As String, _
type As AuthType, _
flags As VerificationFlags, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult |
Visual C++ |
---|
public:
virtual IAsyncResult^ BeginVerifyChain(
String^ server,
AuthType type,
VerificationFlags flags,
AsyncCallback^ callback,
Object^ asyncState
) |
Return Value
An
IAsyncResult that references the asynchronous connection.
Exceptions
See Also