API Reference
Class
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
- EventId System.Int32
- AccountName System.String
- ServiceName System.String
- EncryptionType System.Nullable{ADPlayground.KerberosEncryptionType}
- Lifetime System.Nullable{System.TimeSpan}
Methods
public virtual KerberosTicketEvent <Clone>$() #Returns:
KerberosTicketEventpublic Void Deconstruct(out DateTime TimeCreated, out Int32 EventId, out String AccountName, out String ServiceName, out Nullable<KerberosEncryptionType> EncryptionType, out Nullable<TimeSpan> Lifetime) #Returns:
VoidParameters
- TimeCreated DateTime
- EventId Int32
- AccountName String
- ServiceName String
- EncryptionType Nullable<KerberosEncryptionType>
- Lifetime Nullable<TimeSpan>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
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; } #