Class WMAuthenticationJournal
Journals authentications performed by users.
Inherited Members
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 |