CoseHeaderMap.Keys Proprietà

Definizione

Ottiene ICollection<T> contenente le chiavi di 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)

Valore della proprietà

Interfaccia ICollection<T> contenente le chiavi dell'oggetto che implementa l'interfaccia IDictionary<TKey,TValue>.

Implementazioni

Si applica a