Saml2SubjectConfirmation.Method 属性
定义
获取或设置标识用于确认主题的协议或机制的 URI 引用。Gets or sets a URI reference that identifies a protocol or mechanism to be used to confirm the subject. [Saml2Core, 2.4.1.1][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。A Uri that represents the reference.
例外
尝试将该属性设置为 null。An attempt to set the property to null occurs.
尝试设置一个不是绝对 URI 的值。An attempt to set a value that is not an absolute URI occurs.
注解
所需的方法特性的内容。The contents of the required Method attribute.