Dynamic Web TWAIN  - TWAIN ActiveX/Plug-in, Scanner COM Control
TWAIN ActiveX/Plug-in HTTP Control/SDK

BindSSLCertEx Method

Description

Binds a certificate by detecting it using a keyword in the Subject field of the certificate.

Syntax

Boolean ObjectName.BindSSLCertEx(string CertSubjectKeyword)

Parameters

CertSubjectKeyword: specifies a subject keyword of the certificate

Return value

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.

Remarks

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");

See also

BindSSLCert()













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.