Share via


SamlAuthenticationStatement Class

Definition

Represents the AttributeStatement element.

public class SamlAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml.SamlSubjectStatement
type SamlAuthenticationStatement = class
    inherit SamlSubjectStatement
Public Class SamlAuthenticationStatement
Inherits SamlSubjectStatement
Inheritance
SamlAuthenticationStatement

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)

Applies to