SignerInfo.CounterSignerInfos プロパティ

定義

CounterSignerInfos プロパティは、署名者情報に関連付けられた、副署名の一連の署名者を取得します。

public:
 property System::Security::Cryptography::Pkcs::SignerInfoCollection ^ CounterSignerInfos { System::Security::Cryptography::Pkcs::SignerInfoCollection ^ get(); };
public System.Security.Cryptography.Pkcs.SignerInfoCollection CounterSignerInfos { get; }
member this.CounterSignerInfos : System.Security.Cryptography.Pkcs.SignerInfoCollection
Public ReadOnly Property CounterSignerInfos As SignerInfoCollection

プロパティ値

署名者情報に関連付けられた副署名の署名者を表す SignerInfoCollection コレクション。 副署名の署名者が存在しない場合、このプロパティ値は空のコレクションになります。

注釈

CMS/PKCS #7 のこの実装では、1 レベルの反署名のみがサポートされます。 つまり、署名は署名できますが、これは反署名を形成しますが、その署名を再度署名することはできません。

適用対象

こちらもご覧ください