Sdílet prostřednictvím


CmsRecipientCollection Konstruktory

Definice

Vytvoří instanci objektu CmsRecipientCollection třídy.

Přetížení

CmsRecipientCollection()

Konstruktor CmsRecipientCollection() vytvoří instanci CmsRecipientCollection třídy.

CmsRecipientCollection(CmsRecipient)

Konstruktor CmsRecipientCollection(CmsRecipient) vytvoří instanci CmsRecipientCollection třídy a přidá zadaný příjemce.

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Konstruktor CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) vytvoří instanci CmsRecipientCollection třídy a přidá příjemce na základě zadaného identifikátoru předmětu a sady certifikátů, které identifikují příjemce.

CmsRecipientCollection()

Konstruktor CmsRecipientCollection() vytvoří instanci CmsRecipientCollection třídy.

public:
 CmsRecipientCollection();
public CmsRecipientCollection ();
Public Sub New ()

Viz také

Platí pro

CmsRecipientCollection(CmsRecipient)

Konstruktor CmsRecipientCollection(CmsRecipient) vytvoří instanci CmsRecipientCollection třídy a přidá zadaný příjemce.

public:
 CmsRecipientCollection(System::Security::Cryptography::Pkcs::CmsRecipient ^ recipient);
public CmsRecipientCollection (System.Security.Cryptography.Pkcs.CmsRecipient recipient);
new System.Security.Cryptography.Pkcs.CmsRecipientCollection : System.Security.Cryptography.Pkcs.CmsRecipient -> System.Security.Cryptography.Pkcs.CmsRecipientCollection
Public Sub New (recipient As CmsRecipient)

Parametry

recipient
CmsRecipient

Instance CmsRecipient třídy, která představuje zadaný příjemce CMS/PKCS #7.

Viz také

Platí pro

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Konstruktor CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) vytvoří instanci CmsRecipientCollection třídy a přidá příjemce na základě zadaného identifikátoru předmětu a sady certifikátů, které identifikují příjemce.

public:
 CmsRecipientCollection(System::Security::Cryptography::Pkcs::SubjectIdentifierType recipientIdentifierType, System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ certificates);
public CmsRecipientCollection (System.Security.Cryptography.Pkcs.SubjectIdentifierType recipientIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates);
new System.Security.Cryptography.Pkcs.CmsRecipientCollection : System.Security.Cryptography.Pkcs.SubjectIdentifierType * System.Security.Cryptography.X509Certificates.X509Certificate2Collection -> System.Security.Cryptography.Pkcs.CmsRecipientCollection
Public Sub New (recipientIdentifierType As SubjectIdentifierType, certificates As X509Certificate2Collection)

Parametry

recipientIdentifierType
SubjectIdentifierType

Člen výčtu SubjectIdentifierType , který určuje typ identifikátoru subjektu.

certificates
X509Certificate2Collection

Kolekce X509Certificate2Collection obsahující certifikáty, které identifikují příjemce.

Viz také

Platí pro