CoseHeaderLabel.CriticalHeaders Property

Definition

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

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

Property Value

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

Applies to