API Reference
Class
AdObjectOwnershipInfo
Represents ownership details for an Active Directory object.
Inheritance
- Object
- AdObjectOwnershipInfo
Constructors
public AdObjectOwnershipInfo(String ObjectType, String DistinguishedName, SecurityIdentifier OwnerSid, String OwnerName) #Represents ownership details for an Active Directory object.
Parameters
- ObjectType System.String
- DistinguishedName System.String
- OwnerSid System.Security.Principal.SecurityIdentifier
- OwnerName System.String
Methods
public virtual AdObjectOwnershipInfo <Clone>$() #Returns:
AdObjectOwnershipInfopublic Void Deconstruct(out String ObjectType, out String DistinguishedName, out SecurityIdentifier OwnerSid, out String OwnerName) #Returns:
VoidParameters
- ObjectType String
- DistinguishedName String
- OwnerSid SecurityIdentifier
- OwnerName String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String