SamlAuthenticationStatement 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 AttributeStatement element.
public class SamlAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml.SamlSubjectStatement
type SamlAuthenticationStatement = class
inherit SamlSubjectStatement
Public Class SamlAuthenticationStatement
Inherits SamlSubjectStatement
- Inheritance
Constructors
SamlAuthenticationStatement(SamlSubject, String, DateTime, String, String, IEnumerable<SamlAuthorityBinding>) |
Creates an instance of SamlAuthenticationStatement. |
Properties
AuthenticationInstant |
Gets or sets the instant of authentication. This value should be in UTC. |
AuthenticationMethod |
Gets or sets the method of authentication. |
AuthorityBindings |
Gets the collection of ICollection<T>. |
DnsAddress |
Gets or sets Domain Name Service address. |
IPAddress |
Gets or sets Internet Protocol address. |
Subject |
Gets or sets the subject of the statement. (Inherited from SamlSubjectStatement) |