CoseMultiSignMessage.Signatures プロパティ

定義

このメッセージに関連付けられている署名の読み取り専用コレクションを取得します。

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)

プロパティ値

このメッセージに関連付けられている署名の読み取り専用コレクション。

適用対象