Share via


EncryptedXml.Recipient 属性

定义

获取或设置加密密钥信息的收件人。

public:
 property System::String ^ Recipient { System::String ^ get(); void set(System::String ^ value); };
public string Recipient { get; set; }
member this.Recipient : string with get, set
Public Property Recipient As String

属性值

加密密钥信息的收件人。

注解

可以通过检查 属性来访问 EncryptedXml 由键名称引用的对象 CarriedKeyName

Recipient使用 属性标识EncryptedXml当前收件人可以解密以检索解密密钥的元素。

适用于