/n software Adapters for BizTalk
/n software Adapters for BizTalk
Questions / Feedback?

KnownCertPKCS11Params Property

Specifies an intermediary PKCS11 certificate in a crusted certificate chain.

Data Type

String

Default Value

""

Remarks

If a certificate should be specified as a KnownCert and is in PKCS11 format, this property should be set instead of KnownCert. Please see the KnownCert page for details on when certificates should be specified as known.

PCKS11 Certificates are specified via the following list of parameters, in name=value syntax:

dllpathPath to PKCS11 driver DLL (required)Example:
DllPath="C:\Program Files\Token\cp11.dll"
slotSlot number. If not specified, the first slot with the inserted token is considered.Example:
Slot="5"
pinToken PIN.Example:
Pin="12345"
issuerSpecifies a subset of fields of the certificate issuer in DN (distinguished name) format.Example:
issuer="/CN=John Johnson/O=Big Company, Inc/E=Johnson@b.com"
subjectSpecifies a subset of fields of the certificate subject in DN (distinguished name) format.Example:
subject="/CN=John Johnson/O=Big Company, Inc/E=Johnson@b.com"
serialCertificate serial number in base16 format.Example:
serial="00FFA0"
fingerprintSHA1 fingerprint of the certificate in base16 format.Example:
fingerprint="00112233445566778899AABBCCDDEEFF00112233"
keyidThe value of the subject key identifier extension of the certificate in base16 format.Example:
keyid="112233445566"

This property is not available in the Assembler/Encoder.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
/n software Adapters for BizTalk - Version 16.0 [Build 7355]