SamlAuthorityBinding.Location 属性

定义

获取或设置如何找到并与具有主题附加信息的 SAML 授权机构进行通信。

public:
 property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Location { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Location : string with get, set
Public Property Location As String

属性值

一个 URI 引用,描述如何找到并与具有主题附加信息的 SAML 授权机构进行通信。

属性

例外

设置了 Location 属性,而 IsReadOnly 属性为 true

Location 属性设置为 null

注解

Location 属性 (Property) 与 OASIS SAML 断言和协议规范中定义的 Location 元素的 <AuthorityBinding> 属性 (Attribute) 相对应。

适用于