Edit

Share via


CoseMessage.ProtectedHeaders Property

Definition

Gets the protected header parameters associated with this message.

public:
 property System::Security::Cryptography::Cose::CoseHeaderMap ^ ProtectedHeaders { System::Security::Cryptography::Cose::CoseHeaderMap ^ get(); };
public System.Security.Cryptography.Cose.CoseHeaderMap ProtectedHeaders { get; }
member this.ProtectedHeaders : System.Security.Cryptography.Cose.CoseHeaderMap
Public ReadOnly Property ProtectedHeaders As CoseHeaderMap

Property Value

A collection of protected header parameters associated with this message.

Applies to