API Reference
Class
AdObjectOwnershipInfo
Represents ownership details for an Active Directory object.
Inheritance
- Object
- AdObjectOwnershipInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Constructor AccountTakeoverDetector.AccountTakeoverDetector
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