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

HMACKey Property

The HMAC key used with the 'HMAC-SHA1' signing algorithm.

Syntax

[VB.NET]
Public Property HMACKey As String
Public Property HMACKeyB As Byte()

[C#]
public string HMACKey {get; set;}
public byte[] HMACKeyB {get; set;}

Remarks

This property defines the HMAC key to be used when SigningAlgorithm is set to "HMAC-SHA1". This must be set before calling before calling Sign.

This property is also applicable when calling VerifySignature. This may be set before calling VerifySignature or from within the SignatureInfo event.

This property is not available at design time.

Default Value

""

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