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> 之物件中的值。

實作

適用於