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

RolloverCertificate Property

The rollover decryption and receipt signing certificate.

Syntax

[VB.NET]
Public Property RolloverCertificate As Certificate

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

Remarks

The rollover digital certificate that the component will use to decrypt incoming transmissions and sign the MDN receipt (if requested). This may be used to specify an additional decryption and receipt signing certificate during a period of transition between private certificates in the application.

When specified the component will be able to decrypt messages that were encrypted with the corresponding public certificate of either Certificate or RolloverCertificate. MDNs will be signed with both the certificate in Certificate and RolloverCertificate.

If a different certificate is required for decryption than for MDN signing, set the decryption certificate before calling ParseRequest, then set the rollover signing certificate before calling CreateMDNReceipt. RolloverCertificate must be set to a private key certificate.

Default Value

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