EncryptedXml.Recipient 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置加密密钥信息的收件人。
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当前收件人可以解密以检索解密密钥的元素。