Saml2AuthenticationStatement Class
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.
Represents the AuthnStatement element specified in [Saml2Core, 2.7.2]. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
public class Saml2AuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.Saml2Statement
type Saml2AuthenticationStatement = class
inherit Saml2Statement
Public Class Saml2AuthenticationStatement
Inherits Saml2Statement
- Inheritance
Constructors
Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime) |
Creates an instance of Saml2AuthenticationContext. |
Saml2AuthenticationStatement(Saml2AuthenticationContext) |
Creates a Saml2AuthenticationStatement. |
Properties
AuthenticationContext |
Gets or sets the Saml2AuthenticationContext used by the authenticating authority up to and including the authentication event that yielded this statement. [Saml2Core, 2.7.2] |
AuthenticationInstant |
Gets or sets the time at which the authentication took place. If the provided DateTime is not in UTC, it will be converted to UTC. [Saml2Core, 2.7.2] |
SessionIndex |
Gets or sets the index of a particular session between the principal identified by the subject and the authenticating authority. [Saml2Core, 2.7.2] |
SessionNotOnOrAfter |
Gets or sets the time instant at which the session between the principal identified by the subject and the SAML authority issuing this statement must be considered ended. If the provided DateTime is not in UTC, it will be converted to UTC. [Saml2Core, 2.7.2] |
SubjectLocality |
Gets or sets the Saml2SubjectLocality which contains the DNS domain name and IP address for the system from which the assertion subject was authenticated. [Saml2Core, 2.7.2] |