SamlAuthenticationStatement Class
Represents a claim for a SamlSecurityToken security token that asserts that the subject was authenticated by a particular means at a particular time.
System.IdentityModel.Tokens::SamlStatement
System.IdentityModel.Tokens::SamlSubjectStatement
System.IdentityModel.Tokens::SamlAuthenticationStatement
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SamlAuthenticationStatement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SamlAuthenticationStatement() | Initializes a new instance of the SamlAuthenticationStatement class. |
![]() | SamlAuthenticationStatement(SamlSubject, String, DateTime, String, String, IEnumerable<SamlAuthorityBinding>) | Initializes a new instance of the SamlAuthenticationStatement class using the specified authentication details. |
| Name | Description | |
|---|---|---|
![]() | AuthenticationInstant | Gets or sets the instant in time at which the subject was authenticated. |
![]() | AuthenticationMethod | Gets or sets the method used to authenticate the subject. |
![]() | AuthorityBindings | Gets additional information about the subject. |
![]() ![]() | ClaimType | Gets the type of security claim. |
![]() | DnsAddress | Gets or sets the DNS domain name in which the computer that authenticated the subject resides. |
![]() | IPAddress | Gets or sets the IP address of the computer that authenticated the subject. |
![]() | IsReadOnly | Gets a value that indicates whether the properties of this instance are read-only. (Overrides SamlSubjectStatement::IsReadOnly.) |
![]() | SamlSubject | Gets or sets the subject of a SamlSecurityToken security token. (Inherited from SamlSubjectStatement.) |
| Name | Description | |
|---|---|---|
![]() | AddClaimsToList | Adds a claim based on the properties of this instance to the specified collection of claims. (Overrides SamlSubjectStatement::AddClaimsToList(IList<Claim>).) |
![]() | CreatePolicy | Creates an authorization policy for a SamlSecurityToken security token. (Inherited from SamlSubjectStatement.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MakeReadOnly | Causes this instance to be read-only. (Overrides SamlSubjectStatement::MakeReadOnly().) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadXml | Reads the SAML authentication statement from the specified XML reader. (Overrides SamlStatement::ReadXml(XmlDictionaryReader, SamlSerializer, SecurityTokenSerializer, SecurityTokenResolver).) |
![]() | SetSubject | Sets the subject of a SamlSecurityToken security token. (Inherited from SamlSubjectStatement.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteXml | Writes the SAML authentication statement into the specified XML serializer. (Overrides SamlStatement::WriteXml(XmlDictionaryWriter, SamlSerializer, SecurityTokenSerializer).) |
SamlSecurityToken security tokens specify their claims using SAML assertions, which can specify when the subject was authenticated. The claims in a SAML assertion are represented by SAML statements. The SAML specification defines a set of SAML statement types and one of them is a SamlAuthenticationStatement. A SamlAuthenticationStatement asserts that the statement's subject was authenticated by a particular means at a particular time.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
