CmsRecipientCollection Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy wystąpienie klasy CmsRecipientCollection.
Przeciążenia
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()
Konstruktor CmsRecipientCollection() tworzy wystąpienie CmsRecipientCollection klasy.
public:
CmsRecipientCollection();
public CmsRecipientCollection ();
Public Sub New ()
Zobacz też
- CmsRecipientCollection(CmsRecipient)
- CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)
Dotyczy
CmsRecipientCollection(CmsRecipient)
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)
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 wyliczenia SubjectIdentifierType , który określa typ identyfikatora podmiotu.
- certificates
- X509Certificate2Collection
Kolekcja zawierająca X509Certificate2Collection certyfikaty identyfikujące adresatów.