TestimoX

API Reference

Class

KerberosTicketEvent

Namespace ADPlayground
Assembly ADPlayground
Implements
IEquatable<KerberosTicketEvent>

Simple representation of a Kerberos ticket event.

Inheritance

  • Object
  • KerberosTicketEvent

Constructors

public KerberosTicketEvent(DateTime TimeCreated, Int32 EventId, String AccountName, String ServiceName, Nullable<KerberosEncryptionType> EncryptionType, Nullable<TimeSpan> Lifetime) #

Simple representation of a Kerberos ticket event.

Parameters

TimeCreated System.DateTime requiredposition: 0
EventId System.Int32 requiredposition: 1
AccountName System.String requiredposition: 2
ServiceName System.String requiredposition: 3
EncryptionType System.Nullable{ADPlayground.KerberosEncryptionType} requiredposition: 4
Lifetime System.Nullable{System.TimeSpan} requiredposition: 5

Methods

public virtual KerberosTicketEvent <Clone>$() #
Returns: KerberosTicketEvent
public Void Deconstruct(out DateTime TimeCreated, out Int32 EventId, out String AccountName, out String ServiceName, out Nullable<KerberosEncryptionType> EncryptionType, out Nullable<TimeSpan> Lifetime) #
Returns: Void

Parameters

TimeCreated DateTime requiredposition: 0
EventId Int32 requiredposition: 1
AccountName String requiredposition: 2
ServiceName String requiredposition: 3
EncryptionType Nullable<KerberosEncryptionType> requiredposition: 4
Lifetime Nullable<TimeSpan> requiredposition: 5
public virtual Boolean Equals(KerberosTicketEvent other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public KerberosEventType EventType { get; } #

Gets the Kerberos event type.

public Nullable<Double> LifetimeHours { get; } #

Gets the ticket lifetime in hours.

public DateTime TimeCreated { get; set; } #
public Int32 EventId { get; set; } #
public String AccountName { get; set; } #
public String ServiceName { get; set; } #
public Nullable<KerberosEncryptionType> EncryptionType { get; set; } #
public Nullable<TimeSpan> Lifetime { get; set; } #