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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.