Share via


SamlAuthenticationStatement Constructor

Definition

Creates an instance of SamlAuthenticationStatement.

public SamlAuthenticationStatement (Microsoft.IdentityModel.Tokens.Saml.SamlSubject samlSubject, string authenticationMethod, DateTime authenticationInstant, string dnsAddress, string ipAddress, System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Tokens.Saml.SamlAuthorityBinding> authorityBindings);
new Microsoft.IdentityModel.Tokens.Saml.SamlAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml.SamlSubject * string * DateTime * string * string * seq<Microsoft.IdentityModel.Tokens.Saml.SamlAuthorityBinding> -> Microsoft.IdentityModel.Tokens.Saml.SamlAuthenticationStatement
Public Sub New (samlSubject As SamlSubject, authenticationMethod As String, authenticationInstant As DateTime, dnsAddress As String, ipAddress As String, authorityBindings As IEnumerable(Of SamlAuthorityBinding))

Parameters

samlSubject
SamlSubject

The Subject of the Statement.

authenticationMethod
String

The URI reference that specifies the type of authentication that took place.

authenticationInstant
DateTime

The time at which the authentication took place.

dnsAddress
String

The DNS domain name for the system entity from which the subject was apparently authenticated.

ipAddress
String

The IP address for the system entity from which the subject was apparently authenticated.

Applies to