CoseHeaderLabel.KeyIdentifier Property

Definition

Gets a header label that represents the known header parameter "kid".

public:
 static property System::Security::Cryptography::Cose::CoseHeaderLabel KeyIdentifier { System::Security::Cryptography::Cose::CoseHeaderLabel get(); };
public static System.Security.Cryptography.Cose.CoseHeaderLabel KeyIdentifier { get; }
static member KeyIdentifier : System.Security.Cryptography.Cose.CoseHeaderLabel
Public Shared ReadOnly Property KeyIdentifier As CoseHeaderLabel

Property Value

A header label that represents the known header parameter "kid".

Applies to