SignedCms.SignerInfos Vlastnost

Definice

Vlastnost SignerInfos načte kolekci SignerInfoCollection přidruženou ke zprávě CMS/PKCS #7.

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

Hodnota vlastnosti

SignerInfoCollection

Objekt SignerInfoCollection , který představuje informace podepisující osoby pro zprávu CMS/PKCS #7.

Platí pro

Viz také