API Reference
Class
NetLogonLogEntryServerAuthenticate
Represents a server authentication entry.
Inheritance
- NetLogonLogEntryGeneric
- NetLogonLogEntryServerAuthenticate
Constructors
public NetLogonLogEntryServerAuthenticate() #Inherited Methods
Properties
public String Action { get; set; } #Gets or sets the action performed.
public String ServerName { get; set; } #Gets or sets the server name.
public String IPAddress { get; set; } #Gets or sets the server IP address.
public String Account { get; set; } #Gets or sets the account used.
public String Negotiation { get; set; } #Gets or sets the negotiation method.
Inherited Properties
public DateTime Timestamp { get; set; } #Inherited from NetLogonLogEntryGeneric
public String Category { get; set; } #Inherited from NetLogonLogEntryGeneric
public String ThreadId { get; set; } #Inherited from NetLogonLogEntryGeneric
public String Source { get; set; } #Inherited from NetLogonLogEntryGeneric
public String Message { get; set; } #Inherited from NetLogonLogEntryGeneric
public String RawLine { get; set; } #Inherited from NetLogonLogEntryGeneric
public Boolean IsUnparsed { get; set; } #Inherited from NetLogonLogEntryGeneric
public Dictionary<String, String> Properties { get; set; } #Inherited from NetLogonLogEntryGeneric