TestimoX

API Reference

Class

KerberosPreAuthAccount

Namespace ADPlayground
Assembly ADPlayground
Implements
IEquatable<KerberosPreAuthAccount>

Represents an account with Kerberos pre-authentication disabled.

Inheritance

  • Object
  • KerberosPreAuthAccount

Constructors

public KerberosPreAuthAccount(String SamAccountName, String DistinguishedName, String UserPrincipalName) #

Represents an account with Kerberos pre-authentication disabled.

Parameters

SamAccountName System.String requiredposition: 0
DistinguishedName System.String requiredposition: 1
UserPrincipalName System.String requiredposition: 2

Methods

public virtual KerberosPreAuthAccount <Clone>$() #
Returns: KerberosPreAuthAccount
public Void Deconstruct(out String SamAccountName, out String DistinguishedName, out String UserPrincipalName) #
Returns: Void

Parameters

SamAccountName String requiredposition: 0
DistinguishedName String requiredposition: 1
UserPrincipalName String requiredposition: 2
public virtual Boolean Equals(KerberosPreAuthAccount other) #
Returns: Boolean

Parameters

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

Properties

public String SamAccountName { get; set; } #
public String DistinguishedName { get; set; } #
public String UserPrincipalName { get; set; } #