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
。