CoseHeaderMap.Values Właściwość

Definicja

Pobiera element ICollection<T> zawierający wartości w obiekcie 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)

Wartość właściwości

Element ICollection<T> zawierający wartości w obiekcie, który implementuje IDictionary<TKey,TValue>element .

Implementuje

Dotyczy