Saml2SubjectConfirmationData.Recipient 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。
例外狀況
發生設定並非 null
且非絕對 URI 之值的嘗試。
備註
Recipient 屬性。