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

实现

适用于