EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

RecipientCert Property

The recipient certificate of the message.

Syntax

[VB.NET]
Public Property RecipientCert As Certificate

[C#]
public Certificate RecipientCert {get; set;}

Remarks

This property specifies the certificate to use when verifying signed files and receipts as well as encrypting files to be sent. This property must be set when SecureAuthentication has been set to true, sending a file and VirtualFileSecurityLevel has been set to slEncrypted or slEncryptedAndSigned, SignedReceipt has been set to true, or a signed file is being received and the server has not included the certificate in the signature.

The RecipientCert property must be filled out with a valid public key Certificate type object. To set a certificate, you may set the Encoded field to the encoded certificate. To select a certificate, use the Store and Subject fields.

This property is not available at design time.

Default Value

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0