CmsRecipientCollection Construtores
Definição
Cria uma instância de CmsRecipientCollection classe.Creates an instance of the CmsRecipientCollection class.
Sobrecargas
| CmsRecipientCollection() |
O construtor CmsRecipientCollection() cria uma instância da classe CmsRecipientCollection.The CmsRecipientCollection() constructor creates an instance of the CmsRecipientCollection class. |
| CmsRecipientCollection(CmsRecipient) |
O construtor CmsRecipientCollection(CmsRecipient) cria uma instância da classe CmsRecipientCollection e adiciona o destinatário especificado.The CmsRecipientCollection(CmsRecipient) constructor creates an instance of the CmsRecipientCollection class and adds the specified recipient. |
| CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) |
O construtor CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) cria uma instância da classe CmsRecipientCollection e adiciona destinatários com base no identificador de assunto especificado e o conjunto de certificados que identificam os destinatários.The CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) constructor creates an instance of the CmsRecipientCollection class and adds recipients based on the specified subject identifier and set of certificates that identify the recipients. |
CmsRecipientCollection()
O construtor CmsRecipientCollection() cria uma instância da classe CmsRecipientCollection.The CmsRecipientCollection() constructor creates an instance of the CmsRecipientCollection class.
public:
CmsRecipientCollection();
public CmsRecipientCollection ();
Public Sub New ()
Confira também
- CmsRecipientCollection(CmsRecipient)
- CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)
Aplica-se a
CmsRecipientCollection(CmsRecipient)
O construtor CmsRecipientCollection(CmsRecipient) cria uma instância da classe CmsRecipientCollection e adiciona o destinatário especificado.The CmsRecipientCollection(CmsRecipient) constructor creates an instance of the CmsRecipientCollection class and adds the specified recipient.
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)
Parâmetros
- recipient
- CmsRecipient
Uma instância da classe CmsRecipient que representa o destinatário CMS/PKCS nº 7.An instance of the CmsRecipient class that represents the specified CMS/PKCS #7 recipient.
Confira também
Aplica-se a
CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)
O construtor CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) cria uma instância da classe CmsRecipientCollection e adiciona destinatários com base no identificador de assunto especificado e o conjunto de certificados que identificam os destinatários.The CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) constructor creates an instance of the CmsRecipientCollection class and adds recipients based on the specified subject identifier and set of certificates that identify the recipients.
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)
Parâmetros
- recipientIdentifierType
- SubjectIdentifierType
Um membro da enumeração SubjectIdentifierType que especifica o tipo de identificador de assunto.A member of the SubjectIdentifierType enumeration that specifies the type of subject identifier.
- certificates
- X509Certificate2Collection
Uma coleção X509Certificate2Collection que contém os certificados que identificam os destinatários.An X509Certificate2Collection collection that contains the certificates that identify the recipients.