Saml2AuthenticationStatement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Saml2AuthenticationStatement(Saml2AuthenticationContext) |
Creates a Saml2AuthenticationStatement. |
Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime) |
Creates an instance of Saml2AuthenticationContext. |
Saml2AuthenticationStatement(Saml2AuthenticationContext)
Creates a Saml2AuthenticationStatement.
public Saml2AuthenticationStatement (Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext authenticationContext);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement
Public Sub New (authenticationContext As Saml2AuthenticationContext)
Parameters
- authenticationContext
- Saml2AuthenticationContext
The authentication context of this statement.
Applies to
Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)
Creates an instance of Saml2AuthenticationContext.
public Saml2AuthenticationStatement (Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext authenticationContext, DateTime authenticationInstant);
new Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext * DateTime -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement
Public Sub New (authenticationContext As Saml2AuthenticationContext, authenticationInstant As DateTime)
Parameters
- authenticationContext
- Saml2AuthenticationContext
The authentication context of this statement.
- authenticationInstant
- DateTime
The time of the authentication.
Exceptions
if authenticationContext
is null.