IPWorks Encrypt 2020 .NET Edition

Questions / Feedback?

HeaderParam Type

The JOSE header parameter.

Remarks

This type holds the JOSE header parameters. The fields define the name, value, and data type of the parameter.

Fields

DataType
TDataTypes

The data type of the header parameter.

This field specifies the JSON type of the header parameter value. Possible values are:

  • 0 (Object)
  • 1 (Array)
  • 2 (String)
  • 3 (Number)
  • 4 (Bool)
  • 5 (Null)

Name
String

The header parameter name.

Value
String

The header parameter value.

Constructors

public HeaderParam();
Public HeaderParam()

Creates a new header parameter with no name or value.

public HeaderParam(string name, string value);
Public HeaderParam(ByVal Name As String, ByVal Value As String)

Creates a new header parameter. The DataType of the value will be a String.

public HeaderParam(string name, string value, int dataType);
Public HeaderParam(ByVal Name As String, ByVal Value As String, ByVal DataType As Integer)

Creates a new header parameter with the specified DataType.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 .NET Edition - Version 20.0 [Build 8286]