CoseHeaderMap.Keys Eigenschaft

Definition

Ruft einen ICollection<T> mit den Schlüsseln der .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)

Eigenschaftswert

Eine ICollection<T> , die die Schlüssel des Objekts enthält, das implementiert wird IDictionary<TKey,TValue>.

Implementiert

Gilt für: