System.Security.Cryptography.Pkcs.SignerInfo.CounterSignerInfos Property

The SignerInfo.CounterSignerInfos property retrieves the set of counter signers associated with the signer information.

Syntax

public SignerInfoCollection CounterSignerInfos { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This implementation of CMS/PKCS #7 supports only one level of countersignature. That is, a signature can be signed, which forms a countersignature, but that countersignature cannot be signed again.

Requirements

Namespace: System.Security.Cryptography.Pkcs
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0