CmsRecipientCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.
- CmsRecipientCollection(CmsRecipient)
- CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)
Ş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.