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> 之物件的索引鍵。

實作

適用於