Język

CmsRecipientCollection Konstruktory

Definicja

Tworzy wystąpienie klasy CmsRecipientCollection.

Przeciążenia

Nazwa Opis
CmsRecipientCollection()

Konstruktor CmsRecipientCollection() tworzy wystąpienie CmsRecipientCollection klasy .

CmsRecipientCollection(CmsRecipient)

Konstruktor CmsRecipientCollection(CmsRecipient) tworzy wystąpienie klasy i dodaje określonego CmsRecipientCollection adresata.

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Konstruktor CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) tworzy wystąpienie CmsRecipientCollection klasy i dodaje adresatów na podstawie określonego identyfikatora podmiotu i zestawu certyfikatów identyfikujących adresatów.

CmsRecipientCollection()

CmsRecipientCollection(CmsRecipient)

Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs

Konstruktor CmsRecipientCollection(CmsRecipient) tworzy wystąpienie klasy i dodaje określonego CmsRecipientCollection adresata.

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

Wystąpienie CmsRecipient klasy reprezentującej określonego adresata CMS/PKCS #7.

Zobacz też

Dotyczy

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs
Źródło:
CmsRecipientCollection.cs

Konstruktor CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) tworzy wystąpienie CmsRecipientCollection klasy i dodaje adresatów na podstawie określonego identyfikatora podmiotu i zestawu certyfikatów identyfikujących adresatów.

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

Element członkowski SubjectIdentifierType wyliczenia, który określa typ identyfikatora podmiotu.

certificates
X509Certificate2Collection

Kolekcja zawierająca X509Certificate2Collection certyfikaty identyfikujące adresatów.

Zobacz też

Dotyczy