TestimoX

API Reference

Struct

KerberosEncryptionSummary

Namespace ADPlayground
Assembly ADPlayground
Base ValueType
Implements
IEquatable<KerberosEncryptionSummary>
Modifiers sealed

Represents aggregated encryption type statistics for a domain.

Inheritance

  • ValueType
  • KerberosEncryptionSummary

Constructors

public KerberosEncryptionSummary(String Domain, Nullable<Int32> EncryptionTypes, Int32 Count, Nullable<Int32> DomainDefault) #

Represents aggregated encryption type statistics for a domain.

Parameters

Domain System.String requiredposition: 0
EncryptionTypes System.Nullable{System.Int32} requiredposition: 1
Count System.Int32 requiredposition: 2
DomainDefault System.Nullable{System.Int32} requiredposition: 3

Methods

public Void Deconstruct(out String Domain, out Nullable<Int32> EncryptionTypes, out Int32 Count, out Nullable<Int32> DomainDefault) #
Returns: Void

Parameters

Domain String requiredposition: 0
EncryptionTypes Nullable<Int32> requiredposition: 1
Count Int32 requiredposition: 2
DomainDefault Nullable<Int32> requiredposition: 3
public virtual Boolean Equals(KerberosEncryptionSummary other) #
Returns: Boolean

Parameters

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

Properties

public Nullable<Int32> EncryptionTypes { get; set; } #
public Nullable<Int32> DomainDefault { get; set; } #