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].
public ref class Saml2AuthenticationStatement : System::IdentityModel::Tokens::Saml2Statement
public class Saml2AuthenticationStatement : System.IdentityModel.Tokens.Saml2Statement
type Saml2AuthenticationStatement = class
inherit Saml2Statement
Public Class Saml2AuthenticationStatement
Inherits Saml2Statement
- Inheritance
Remarks
For more information about the element that this class represents, see the SAML V2.0 Core specification.
Constructors
Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime) |
Initializes a new instance of the Saml2AuthenticationStatement class with the specified authentication context and authentication time. |
Saml2AuthenticationStatement(Saml2AuthenticationContext) |
Initializes a new instance of the Saml2AuthenticationStatement class with the specified authentication context and the current time as the authentication instant. |
Properties
AuthenticationContext |
Gets or sets the context 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. [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. [Saml2Core, 2.7.2] |
SubjectLocality |
Gets or sets the DNS domain name and IP address for the system from which the assertion subject was apparently authenticated. [Saml2Core, 2.7.2] |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |