Share via


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>입니다.

구현

적용 대상