Share via


CoseHeaderMap.Values 속성

정의

ICollection<T>의 값이 들어 있는 IDictionary<TKey,TValue>을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::Security::Cryptography::Cose::CoseHeaderValue> ^ Values { System::Collections::Generic::ICollection<System::Security::Cryptography::Cose::CoseHeaderValue> ^ get(); };
public System.Collections.Generic.ICollection<System.Security.Cryptography.Cose.CoseHeaderValue> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Security.Cryptography.Cose.CoseHeaderValue>
Public ReadOnly Property Values As ICollection(Of CoseHeaderValue)

속성 값

ICollection<T>를 구현하는 개체의 값을 포함하는 IDictionary<TKey,TValue>입니다.

구현

적용 대상