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

适用于