Share via


CoseHeaderMap.Keys Propiedad

Definición

Obtiene una interfaz ICollection<T> que contiene las claves de la interfaz 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)

Valor de propiedad

ICollection<T> que contiene las claves del objeto que implementa el IDictionary<TKey,TValue>.

Implementaciones

Se aplica a