6 references to CoseHeaderLabel
System.Security.Cryptography.Cose (6)
System\Security\Cryptography\Cose\CoseHeaderLabel.cs (4)
23
public static CoseHeaderLabel Algorithm => new
CoseHeaderLabel
(KnownHeaders.Alg);
28
public static CoseHeaderLabel CriticalHeaders => new
CoseHeaderLabel
(KnownHeaders.Crit);
33
public static CoseHeaderLabel ContentType => new
CoseHeaderLabel
(KnownHeaders.ContentType);
38
public static CoseHeaderLabel KeyIdentifier => new
CoseHeaderLabel
(KnownHeaders.Kid);
System\Security\Cryptography\Cose\CoseMessage.cs (2)
303
CborReaderState.UnsignedInteger or CborReaderState.NegativeInteger => new
CoseHeaderLabel
(reader.ReadInt32()),
574
CborReaderState.UnsignedInteger or CborReaderState.NegativeInteger => new
CoseHeaderLabel
(reader.ReadInt32()),