CmsRecipientCollection Konstruktoren

Definition

Erstellt eine Instanz der CmsRecipientCollection-Klasse.

Überlädt

CmsRecipientCollection()

Der CmsRecipientCollection() -Konstruktor erstellt eine Instanz der CmsRecipientCollection -Klasse.

CmsRecipientCollection(CmsRecipient)

Der CmsRecipientCollection(CmsRecipient)-Konstruktor erstellt eine Instanz der CmsRecipientCollection-Klasse und fügt den angegebenen Empfänger hinzu.

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Der CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)-Konstruktor erstellt eine Instanz der CmsRecipientCollection-Klasse und fügt aufgrund des angegebenen Antragstellerbezeichners und der Zertifikate, die die Empfänger bestimmt, Empfänger hinzu.

CmsRecipientCollection()

Der CmsRecipientCollection() -Konstruktor erstellt eine Instanz der CmsRecipientCollection -Klasse.

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

Siehe auch

Gilt für

CmsRecipientCollection(CmsRecipient)

Der CmsRecipientCollection(CmsRecipient)-Konstruktor erstellt eine Instanz der CmsRecipientCollection-Klasse und fügt den angegebenen Empfänger hinzu.

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)

Parameter

recipient
CmsRecipient

Eine Instanz der CmsRecipient-Klasse, die den angegebenen CMS/PKCS #7-Empfänger darstellt.

Siehe auch

Gilt für

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Der CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)-Konstruktor erstellt eine Instanz der CmsRecipientCollection-Klasse und fügt aufgrund des angegebenen Antragstellerbezeichners und der Zertifikate, die die Empfänger bestimmt, Empfänger hinzu.

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)

Parameter

recipientIdentifierType
SubjectIdentifierType

Ein Member der SubjectIdentifierType-Enumeration, der den Antragstellertyp angibt.

certificates
X509Certificate2Collection

Eine X509Certificate2Collection-Auflistung mit den Zertifikaten, die die Empfänger identifizieren.

Siehe auch

Gilt für