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 レベルのカウンター署名のみがサポートされます。 つまり、署名は署名できます。署名は副署名を形成しますが、その署名を再度署名することはできません。

適用対象

こちらもご覧ください