SignedCms.SignerInfos Свойство

Определение

Свойство SignerInfos возвращает коллекцию SignerInfoCollection, связанную с сообщением 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

Значение свойства

SignerInfoCollection

Объект SignerInfoCollection, который представляет информацию о подписавшем сообщения CMS/PKCS 7.

Применяется к

См. также раздел