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

Key Property

The secret key.

Syntax

[VB.NET]
Public Property Key As String
Public Property KeyB As Byte()

[C#]
public string Key {get; set;}
public byte[] KeyB {get; set;}

Remarks

This property holds the secret key used when calling CalculateResponse and VerifyResponse.

This property is also used when calling CreateChallenge when ChallengeType is set to Signature.

An empty key is valid, however it is recommended to provide a key value.

Default Value

""

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