CoseMultiSignMessage.Signatures Eigenschap

Definitie

Hiermee haalt u een alleen-lezen verzameling handtekeningen op die aan dit bericht zijn gekoppeld.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::Cose::CoseSignature ^> ^ Signatures { System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::Cose::CoseSignature ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.Cose.CoseSignature> Signatures { get; }
member this.Signatures : System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.Cose.CoseSignature>
Public ReadOnly Property Signatures As ReadOnlyCollection(Of CoseSignature)

Waarde van eigenschap

Een alleen-lezen verzameling handtekeningen die aan dit bericht zijn gekoppeld.

Van toepassing op