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

Challenge Property

The challenge value.

Syntax

[VB.NET]
Public Property Challenge As String
Public Property ChallengeB As Byte()

[C#]
public string Challenge {get; set;}
public byte[] ChallengeB {get; set;}

Remarks

This property is populated after calling CreateChallenge. The format is specified by the ChallengeFormat property and the length is defined by the ChallengeLength property.

This property must be specified before calling CalculateResponse or VerifyResponse.

Default Value

""

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