Saml2AuthenticationStatement 构造函数

定义

初始化 Saml2AuthenticationStatement 类的新实例。

重载

Saml2AuthenticationStatement(Saml2AuthenticationContext)

用指定的身份验证上下文和作为身份验证时刻的当前时间初始化 Saml2AuthenticationStatement 类的新实例。

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

用指定的身份验证上下文和身份验证时间初始化 Saml2AuthenticationStatement 类的新实例。

Saml2AuthenticationStatement(Saml2AuthenticationContext)

用指定的身份验证上下文和作为身份验证时刻的当前时间初始化 Saml2AuthenticationStatement 类的新实例。

public:
 Saml2AuthenticationStatement(System::IdentityModel::Tokens::Saml2AuthenticationContext ^ authenticationContext);
public Saml2AuthenticationStatement (System.IdentityModel.Tokens.Saml2AuthenticationContext authenticationContext);
new System.IdentityModel.Tokens.Saml2AuthenticationStatement : System.IdentityModel.Tokens.Saml2AuthenticationContext -> System.IdentityModel.Tokens.Saml2AuthenticationStatement
Public Sub New (authenticationContext As Saml2AuthenticationContext)

参数

authenticationContext
Saml2AuthenticationContext

该声明的身份验证上下文。

例外

authenticationContextnull

注解

AuthenticationInstant 属性设置为 UtcNow

适用于

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

用指定的身份验证上下文和身份验证时间初始化 Saml2AuthenticationStatement 类的新实例。

public:
 Saml2AuthenticationStatement(System::IdentityModel::Tokens::Saml2AuthenticationContext ^ authenticationContext, DateTime authenticationInstant);
public Saml2AuthenticationStatement (System.IdentityModel.Tokens.Saml2AuthenticationContext authenticationContext, DateTime authenticationInstant);
new System.IdentityModel.Tokens.Saml2AuthenticationStatement : System.IdentityModel.Tokens.Saml2AuthenticationContext * DateTime -> System.IdentityModel.Tokens.Saml2AuthenticationStatement
Public Sub New (authenticationContext As Saml2AuthenticationContext, authenticationInstant As DateTime)

参数

authenticationContext
Saml2AuthenticationContext

该声明的身份验证上下文。

authenticationInstant
DateTime

身份验证的时间。

例外

authenticationContextnull

适用于