CmsRecipientCollection Konstruktoren

Definition

Erstellt eine Instanz der CmsRecipientCollection-Klasse.

Überlädt

Name Beschreibung
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 Empfänger basierend auf dem angegebenen Antragstellerbezeichner und einer Gruppe von Zertifikaten hinzu, die die Empfänger identifizieren.

CmsRecipientCollection()

Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs

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

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

Weitere Informationen

Gilt für:

CmsRecipientCollection(CmsRecipient)

Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs

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.

Weitere Informationen

Gilt für:

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs
Quelle:
CmsRecipientCollection.cs

Der CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) Konstruktor erstellt eine Instanz der CmsRecipientCollection Klasse und fügt Empfänger basierend auf dem angegebenen Antragstellerbezeichner und einer Gruppe von Zertifikaten hinzu, die die Empfänger identifizieren.

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 Element der SubjectIdentifierType Aufzählung, das den Typ des Betreffbezeichners angibt.

certificates
X509Certificate2Collection

Eine X509Certificate2Collection Sammlung, die die Zertifikate enthält, die die Empfänger identifizieren.

Weitere Informationen

Gilt für: