CoseHeaderLabel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.