Saml2AuthenticationStatement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
该声明的身份验证上下文。
例外
authenticationContext
为 null
。
注解
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
身份验证的时间。
例外
authenticationContext
为 null
。