Table of Contents

Class ActiveDirectoryForeignSecurityPrincipal

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory foreign security principal.

public class ActiveDirectoryForeignSecurityPrincipal : ActiveDirectoryObjectBase, IComparable<ActiveDirectoryObjectBase>
Inheritance
ActiveDirectoryForeignSecurityPrincipal
Implements
Inherited Members

Constructors

ActiveDirectoryForeignSecurityPrincipal()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal class.

public ActiveDirectoryForeignSecurityPrincipal()

Properties

Memberships

Gets or sets the groups to which the foreign security principal is a member.

public ActiveDirectoryAccountReferences Memberships { get; set; }

Property Value

ActiveDirectoryAccountReferences

PrincipalName

Gets or sets the principal name of the foreign security principal.

public string PrincipalName { get; set; }

Property Value

string

SecurityIdentifier

Gets or sets the security identifier of the foreign security principal in SDDL format.

public string SecurityIdentifier { get; set; }

Property Value

string

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal object.

public ActiveDirectoryForeignSecurityPrincipal Clone()

Returns

ActiveDirectoryForeignSecurityPrincipal

A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal object.