Saml2AuthenticationContext.DeclarationReference 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置标识身份验证上下文声明的 URI 引用。 [Saml2Core,2.7.2.2]
public:
property Uri ^ DeclarationReference { Uri ^ get(); void set(Uri ^ value); };
public Uri DeclarationReference { get; set; }
member this.DeclarationReference : Uri with get, set
Public Property DeclarationReference As Uri
属性值
标识身份验证上下文声明的 A Uri 。
例外
尝试设置不是 null 且不是绝对 URI 的值。
注解
AuthnContextDeclRef 元素。 基实现不支持按值声明。 有关详细信息, Saml2AuthenticationContext 请参阅类主题中的“备注”。