CoseHeaderMap.Keys Property

Definition

Gets an ICollection<T> containing the keys of the IDictionary<TKey,TValue>.

public:
 property System::Collections::Generic::ICollection<System::Security::Cryptography::Cose::CoseHeaderLabel> ^ Keys { System::Collections::Generic::ICollection<System::Security::Cryptography::Cose::CoseHeaderLabel> ^ get(); };
public System.Collections.Generic.ICollection<System.Security.Cryptography.Cose.CoseHeaderLabel> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<System.Security.Cryptography.Cose.CoseHeaderLabel>
Public ReadOnly Property Keys As ICollection(Of CoseHeaderLabel)

Property Value

An ICollection<T> containing the keys of the object that implements IDictionary<TKey,TValue>.

Implements

Applies to