次の方法で共有


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 属性の内容。

適用対象