CoseHeaderMap.Keys Свойство

Определение

Возвращает интерфейс ICollection<T>, содержащий ключи 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)

Значение свойства

Интерфейс ICollection<T>, содержащий ключи объекта, который реализует IDictionary<TKey,TValue>.

Реализации

Применяется к