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
屬性值
加密金鑰資訊的收件者。
備註
您可以檢查 CarriedKeyName 屬性,EncryptedXml以存取索引鍵名稱所參考的物件。
Recipient使用屬性來識別EncryptedXml目前收件者可以解密以擷取解密密鑰的專案。