CoseHeaderMap.Values Egenskap

Definition

Hämtar en ICollection<T> som innehåller värdena i 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)

Egenskapsvärde

En ICollection<T> som innehåller värdena i objektet som implementerar IDictionary<TKey,TValue>.

Implementeringar

Gäller för