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
属性值
Uri 标识声明的身份验证上下文。
例外
设置不是 null
并且并不完全是 URI 的值的尝试发生。
注解
AuthnContextDeclRef 元素。 基实现不支持按值声明。 有关详细信息, Saml2AuthenticationContext 请参阅类主题中的“备注”。