Show / Hide Table of Contents

Class WMAuthenticationJournal

Journals authentications performed by users.

Inheritance
object
WMAuthenticationJournal
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Auth.Model.UserAccess
Assembly: WMServer.dll
Syntax
public class WMAuthenticationJournal

Constructors

WMAuthenticationJournal()

Standard constructor. Sets the ID as a random GUID.

Declaration
public WMAuthenticationJournal()

WMAuthenticationJournal(string)

Standard constructor. Assigns the ID.

Declaration
public WMAuthenticationJournal(string id)
Parameters
Type Name Description
string id

Properties

ClientAgent

The agent making the request.

Declaration
public string ClientAgent { get; set; }
Property Value
Type Description
string

ClientIPAddress

The IP address making the request.

Declaration
public string ClientIPAddress { get; set; }
Property Value
Type Description
string

Date

The time of this entry UTC.

Declaration
public DateTime Date { get; set; }
Property Value
Type Description
DateTime

ID

The ID of this entry.

Declaration
public string ID { get; set; }
Property Value
Type Description
string

Message

additional info.

Declaration
public string Message { get; set; }
Property Value
Type Description
string

RequestType

The type of request.

Declaration
public string RequestType { get; set; }
Property Value
Type Description
string

Result

The result of the request.

Declaration
public string Result { get; set; }
Property Value
Type Description
string

WMUserID

The user requesting authentication.

Declaration
public string WMUserID { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE