IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

SigningAlgorithm Property

The signing algorithm.

Syntax

[VB.NET]
Public Property SigningAlgorithm As String

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

Remarks

This property specifies the signing algorithm.

This may be set before calling Sign. This value will be set after calling VerifySignature. Possible values are:

  • "RSA-SHA1" (default)
  • "RSA-SHA256"
  • "DSA-SHA1"
  • "HMAC-SHA1"
Note: When set to "HMAC-SHA1" HMACKey must also be set.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0