AuthenticationInformation Class

Definition

The authentication information that an authority asserted when creating a token for a subject.

public class AuthenticationInformation
type AuthenticationInformation = class
Public Class AuthenticationInformation
Inheritance
AuthenticationInformation

Constructors

AuthenticationInformation(Uri, DateTime)

Initializes a new instance of the AuthenticationInformation class.

Properties

AuthenticationInstant

Gets or sets the AuthenticationInstant. This value should be in UTC.

AuthenticationMethod

Gets or sets the AuthenticationMethod

AuthorityBindings

Gets the collection of authority bindings.

DnsName

Gets or sets the DNS name of the authority that created the token.

IPAddress

Gets or sets the address of the authority that created the token.

NotOnOrAfter

Gets or sets the time that the session referred to in the session index MUST be considered ended. This value should be in UTC.

Session

Gets or sets the session index that describes the session between the authority and the client.

Applies to