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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.