Saml2AuthenticationContext.DeclarationReference 属性

定义

获取或设置标识身份验证上下文声明的 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

标识身份验证上下文声明的 A Uri

例外

尝试设置不是 null 且不是绝对 URI 的值。

注解

AuthnContextDeclRef 元素。 基实现不支持按值声明。 有关详细信息, Saml2AuthenticationContext 请参阅类主题中的“备注”。

适用于