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> 的对象的键。

实现

适用于