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>

実装

適用対象