共用方式為


Saml2SubjectConfirmationData.Recipient 屬性

定義

取得或設定 URI,指定宣示實體可呈現判斷提示的目標實體或位置。 [Saml2Core, 2.4.1.2]

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

屬性值

Uri

指定實體或位置的 Uri

例外狀況

發生設定並非 null 且非絕對 URI 之值的嘗試。

備註

Recipient 屬性。

適用於