Sdílet prostřednictvím


ActiveDirectoryRoleFactory Třída

Definice

Upozornění

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Třída factory pro vytváření ActiveDirectoryRole objektů z aliasů systému Windows NT, e-mailových adres a identifikátorů zabezpečení (SID).

public ref class ActiveDirectoryRoleFactory abstract sealed
public static class ActiveDirectoryRoleFactory
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public static class ActiveDirectoryRoleFactory
type ActiveDirectoryRoleFactory = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActiveDirectoryRoleFactory = class
Public Class ActiveDirectoryRoleFactory
Dědičnost
ActiveDirectoryRoleFactory
Atributy

Poznámky

Poznámka

V tomto materiálu jsou popsané zastaralé typy a obory názvů. Další informace najdete v tématu zastaralé typy v programovací model Windows Workflow Foundation 4,5.

Všechny metody v ActiveDirectoryRoleFactory jsou statické a není nutné vytvářet instance. Konstruktor je skrytý.

Vlastnosti

Configuration

Získá ActiveDirectoryRoleFactoryConfiguration objekt, který je spojen s ActiveDirectoryRoleFactory .

Metody

CreateFromAlias(String)

Vytvoří instanci s ActiveDirectoryRole použitím zadaného aliasu systému Windows NT.

CreateFromEmailAddress(String)

Vytvoří instanci s ActiveDirectoryRole použitím e-mailové adresy.

CreateFromSecurityIdentifier(SecurityIdentifier)

Vytvoří instanci s ActiveDirectoryRole použitím systému Windows NT SecurityIdentifier .

Platí pro