TestimoX

API Reference

Struct

AclOwnerInfo

Namespace ADPlayground.Acl
Assembly ADPlayground
Base ValueType
Implements
IEquatable<AclOwnerInfo>
Modifiers sealed

Holds information about the owner of an ACL.

Inheritance

  • ValueType
  • AclOwnerInfo

Constructors

public AclOwnerInfo(String Sid, String AccountName, AclOwnerType OwnerType) #

Holds information about the owner of an ACL.

Parameters

Sid System.String requiredposition: 0
Owner security identifier.
AccountName System.String requiredposition: 1
Optional resolved account name.
OwnerType ADPlayground.Acl.AclOwnerType requiredposition: 2
Type of owner.

Methods

public Void Deconstruct(out String Sid, out String AccountName, out AclOwnerType OwnerType) #
Returns: Void

Parameters

Sid String requiredposition: 0
AccountName String requiredposition: 1
OwnerType AclOwnerType requiredposition: 2
public virtual Boolean Equals(AclOwnerInfo other) #
Returns: Boolean

Parameters

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

Properties

public String Sid { get; set; } #

Owner security identifier.

public String AccountName { get; set; } #

Optional resolved account name.

public AclOwnerType OwnerType { get; set; } #

Type of owner.