CmsRecipient 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
CmsRecipient 类定义 CMS/PKCS #7 消息的收件人。
public ref class CmsRecipient sealed
public sealed class CmsRecipient
type CmsRecipient = class
Public NotInheritable Class CmsRecipient
- 继承
-
CmsRecipient
构造函数
CmsRecipient(SubjectIdentifierType, X509Certificate2) |
使用指定的证书、收件人标识符类型以及公钥算法的默认加密模式来初始化 CmsRecipient 类的新实例。 |
CmsRecipient(SubjectIdentifierType, X509Certificate2, RSAEncryptionPadding) |
使用指定的 RSA 证书、RSA 加密填充和使用者标识符来初始化 CmsRecipient 类的新实例。 |
CmsRecipient(X509Certificate2) |
使用指定的证书、公钥算法的默认加密模式以及 IssuerAndSerialNumber 使用者标识符来初始化 CmsRecipient 类的新实例。 |
CmsRecipient(X509Certificate2, RSAEncryptionPadding) |
使用指定的 RSA 证书、RSA 加密填充以及 IssuerAndSerialNumber 使用者标识符来初始化 CmsRecipient 类的新实例。 |
属性
Certificate |
获取为此收件人加密时要使用的证书。 |
RecipientIdentifierType |
获取用于标识所使用的收件人证书的方案。 |
RSAEncryptionPadding |
获取为此收件人加密时要使用的 RSA 加密填充。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |