共用方式為


Saml2SubjectConfirmation.Method 屬性

定義

取得或設定 URI 參考,以識別要用來確認主體的通訊協定或機制。 [Saml2Core, 2.4.1.1]

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

屬性值

Uri

表示參考的 Uri

例外狀況

嘗試將屬性設為 null

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

備註

必要 Method 屬性的內容。

適用於