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
- 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
- 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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.