EmptySecurityKeyIdentifierClause 构造函数

定义

初始化 EmptySecurityKeyIdentifierClause 类的新实例。

重载

EmptySecurityKeyIdentifierClause()

初始化 EmptySecurityKeyIdentifierClause 类的新实例。

EmptySecurityKeyIdentifierClause(Object)

使用指定的上下文初始化 EmptySecurityKeyIdentifierClause 类的新实例。

EmptySecurityKeyIdentifierClause()

初始化 EmptySecurityKeyIdentifierClause 类的新实例。

public:
 EmptySecurityKeyIdentifierClause();
public EmptySecurityKeyIdentifierClause ();
Public Sub New ()

注解

此构造函数假定用户知道如何在没有任何上下文的情况下解析所需的密钥。

适用于

EmptySecurityKeyIdentifierClause(Object)

使用指定的上下文初始化 EmptySecurityKeyIdentifierClause 类的新实例。

public:
 EmptySecurityKeyIdentifierClause(System::Object ^ context);
public EmptySecurityKeyIdentifierClause (object context);
new System.IdentityModel.Tokens.EmptySecurityKeyIdentifierClause : obj -> System.IdentityModel.Tokens.EmptySecurityKeyIdentifierClause
Public Sub New (context As Object)

参数

context
Object

用于提供提示,当需要解析为 null 的项到将特定密钥。 在 SAML11 和 SAML2 有不含 <KeyInfo> 元素的署名,此物产将包含当前已处理的断言。

适用于