CoseHeaderMap.Keys Eigenschap

Definitie

Hiermee haalt u een ICollection<T> met de sleutels van de 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)

Waarde van eigenschap

Een ICollection<T> met de sleutels van het object dat wordt geïmplementeerd IDictionary<TKey,TValue>.

Implementeringen

Van toepassing op