The members of System.Security.Cryptography.Pkcs.CmsRecipient are listed below.
See Also: Inherited members from System.Object
The CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2) constructor constructs an instance of the System.Security.Cryptography.Pkcs.CmsRecipient class by using the specified recipient certificate. | ||
The CmsRecipient.#ctor(SubjectIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2) constructor constructs an instance of the System.Security.Cryptography.Pkcs.CmsRecipient class by using the specified recipient identifier type and recipient certificate. |
| [read-only] | Certificate | System.Security.Cryptography.X509Certificates.X509Certificate2.
The CmsRecipient.Certificate property retrieves the certificate associated with the recipient. |
| [read-only] | RecipientIdentifierType | SubjectIdentifierType.
The CmsRecipient.RecipientIdentifierType property retrieves the type of the identifier of the recipient. |