CoseHeaderMap.Values Vlastnost

Definice

Získá hodnotu ICollection<T> obsahující hodnoty v objektu 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)

Hodnota vlastnosti

Obsahující ICollection<T> hodnoty v objektu, který implementuje IDictionary<TKey,TValue>.

Implementuje

Platí pro