Share via


CoseHeaderMap.Values Propriété

Définition

Obtient ICollection<T> contenant les valeurs de 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)

Valeur de propriété

ICollection<T> contenant les valeurs de l'objet qui implémente IDictionary<TKey,TValue>.

Implémente

S’applique à