CmsRecipientCollection Oluşturucular

Tanım

CmsRecipientCollection sınıfının bir örneğini oluşturur.

Aşırı Yüklemeler

CmsRecipientCollection()

Oluşturucu sınıfının CmsRecipientCollection() bir örneğini CmsRecipientCollection oluşturur.

CmsRecipientCollection(CmsRecipient)

Oluşturucu sınıfının CmsRecipientCollection(CmsRecipient) bir örneğini CmsRecipientCollection oluşturur ve belirtilen alıcıyı ekler.

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Oluşturucu sınıfın CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) CmsRecipientCollection bir örneğini oluşturur ve belirtilen konu tanımlayıcısını ve alıcıları tanımlayan sertifika kümesini temel alarak alıcıları ekler.

CmsRecipientCollection()

Oluşturucu sınıfının CmsRecipientCollection() bir örneğini CmsRecipientCollection oluşturur.

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

Ayrıca bkz.

Şunlara uygulanır

CmsRecipientCollection(CmsRecipient)

Oluşturucu sınıfının CmsRecipientCollection(CmsRecipient) bir örneğini CmsRecipientCollection oluşturur ve belirtilen alıcıyı ekler.

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)

Parametreler

recipient
CmsRecipient

Belirtilen CMS/PKCS #7 alıcısını temsil eden sınıfın örneği CmsRecipient .

Ayrıca bkz.

Şunlara uygulanır

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Oluşturucu sınıfın CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) CmsRecipientCollection bir örneğini oluşturur ve belirtilen konu tanımlayıcısını ve alıcıları tanımlayan sertifika kümesini temel alarak alıcıları ekler.

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)

Parametreler

recipientIdentifierType
SubjectIdentifierType

Konu tanımlayıcısının SubjectIdentifierType türünü belirten numaralandırmanın bir üyesi.

certificates
X509Certificate2Collection

X509Certificate2Collection Alıcıları tanımlayan sertifikaları içeren koleksiyon.

Ayrıca bkz.

Şunlara uygulanır