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.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
System.IdentityModel.Tokens::SamlStatement
System.IdentityModel.Tokens::SamlSubjectStatement
System.IdentityModel.Tokens::SamlAuthenticationStatement
| 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(IList<Claim^>^) | Adds a claim based on the properties of this instance to the specified collection of claims.(Overrides SamlSubjectStatement::AddClaimsToList(IList<Claim^>^).) |
![]() | CreatePolicy(ClaimSet^, SamlSecurityTokenAuthenticator^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MakeReadOnly() | Causes this instance to be read-only.(Overrides SamlSubjectStatement::MakeReadOnly().) |
![]() | MemberwiseClone() | |
![]() | ReadXml(XmlDictionaryReader^, SamlSerializer^, SecurityTokenSerializer^, SecurityTokenResolver^) | Reads the SAML authentication statement from the specified XML reader.(Overrides SamlStatement::ReadXml(XmlDictionaryReader^, SamlSerializer^, SecurityTokenSerializer^, SecurityTokenResolver^).) |
![]() | SetSubject(SamlSubject^) | Sets the subject of a SamlSecurityToken security token.(Inherited from SamlSubjectStatement.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteXml(XmlDictionaryWriter^, SamlSerializer^, SecurityTokenSerializer^) | 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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



