/n software 3-D Secure V2 .NET Edition

Questions / Feedback?

DeviceParam Type

Device information parameter.

Remarks

Device information parameter used in the app flow to provide device information to the directory server.

Fields

Category
Integer

The category of the parameter. Possible values include:

0DV - Data Version
1DD - Device Data
2DPNA - Device Parameter Not Available
3SW - Security Warning

FieldName
String

The name of the parameter.

Value
String

The value of the parameter.

ValueType
DeviceParamValueTypes

The type of the value. Possible values are:

1Array
2String

Constructors

public DeviceParam();
Public DeviceParam()

Creates an empty DeviceParam instance whose properties can be set.

public DeviceParam(string fieldName, string value, int valueType, int category);
Public DeviceParam(ByVal FieldName As String, ByVal Value As String, ByVal ValueType As Integer, ByVal Category As Integer)

Creates a DeviceParam instance with the given FieldName, Value, ValueType, and Category parameters.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 .NET Edition - Version 2.2 [Build 8318]