EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
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
  • md5
  • sha256 (default)
  • sha384
  • sha512
  • sha224

The default value is "sha256".

Default Value

"sha-256"

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]