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

屬性值

加密金鑰資訊的收件者。

備註

您可以檢查 CarriedKeyName 屬性,EncryptedXml以存取索引鍵名稱所參考的物件。

Recipient使用屬性來識別EncryptedXml目前收件者可以解密以擷取解密密鑰的專案。

適用於