Szerkesztés

Megosztás a következőn keresztül:


CoseSignature.UnprotectedHeaders Property

Definition

Gets the unprotected header parameters associated with this instance.

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

Property Value

A collection of unprotected header parameters associated with this instance.

Applies to