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

SignatureAlgorithm Property

Signature algorithm to be used in outgoing messages.

Syntax

[VB.NET]
Public Property SignatureAlgorithm As String

[C#]
public string SignatureAlgorithm {get; set;}

Remarks

Signature Algorithm can be set to indicate the preferred signing algorithm. Possible values are:

  • sha1 (default)
  • md5
  • sha-256
  • sha-384
  • sha-512
  • sha-224

The default value is "sha1". When this property is set the MDNOptions property is automatically updated to request the MDN receipt be signed with the same algorithm.

Default Value

"sha1"

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