CoseHeaderLabel Constructors

Definition

Overloads

CoseHeaderLabel(Int32)

Initializes a new instance of the CoseHeaderLabel struct.

CoseHeaderLabel(String)

Initializes a new instance of the CoseHeaderLabel struct.

CoseHeaderLabel(Int32)

Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs

Initializes a new instance of the CoseHeaderLabel struct.

public:
 CoseHeaderLabel(int label);
public CoseHeaderLabel (int label);
new System.Security.Cryptography.Cose.CoseHeaderLabel : int -> System.Security.Cryptography.Cose.CoseHeaderLabel
Public Sub New (label As Integer)

Parameters

label
Int32

The header label as an integer.

Applies to

CoseHeaderLabel(String)

Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs
Source:
CoseHeaderLabel.cs

Initializes a new instance of the CoseHeaderLabel struct.

public:
 CoseHeaderLabel(System::String ^ label);
public CoseHeaderLabel (string label);
new System.Security.Cryptography.Cose.CoseHeaderLabel : string -> System.Security.Cryptography.Cose.CoseHeaderLabel
Public Sub New (label As String)

Parameters

label
String

The header label as a text string.

Exceptions

label is null.

Applies to