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

プロパティ値

String

暗号化されたキー情報の受信者。

注釈

プロパティを EncryptedXml 調べることで、キー名によって参照されるオブジェクトに CarriedKeyName アクセスできます。

現在の受信者が Recipient 復号化キーを EncryptedXml 取得するために復号化できる要素を識別するには、このプロパティを使用します。

適用対象