Binds a certificate by detecting it using a keyword in the Subject field of the certificate.
Boolean ObjectName.BindSSLCertEx(string CertSubjectKeyword)
CertSubjectKeyword: specifies a subject keyword of the certificate
Boolean.
TRUE indicates success. FALSE indicates failure.
When an error occurs and IfThrowException property is TRUE, an exception will be thrown.
When FALSE is returned or an exception is thrown, check ErrorCode property and ErrorString property for error information.
If the Subject field is
CN = www.yoursite.com
OU = Terms of use at www.yoursite.com
O = Your Corporation
L = Toronto
S = Ontario
C = CA
You can set the Keyword to be "www.yoursite.com" or "Terms of use at www.yoursite.com" or "Your Corporation" etc. as in:
TWAIN.BindSSLCertEx("www.yoursite.com");
TWAIN ActiveX | TWAIN Plug-in | TWAIN Control | TWAIN SDK | Scanner COM
Software Configuration Management | Version Control | Source Control
Copyright © 2011 Dynamsoft Corporation. All Rights Reserved.