ActiveDirectoryRoleFactory Klasa

Definicja

Przestroga

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

Klasa fabryki do tworzenia ActiveDirectoryRole obiektów z aliasów systemu Windows NT, adresów e-mail i identyfikatorów zabezpieczeń (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
Dziedziczenie
ActiveDirectoryRoleFactory
Atrybuty

Uwagi

Uwaga

W tym materiale omówiono przestarzałe typy i przestrzenie nazw. Aby uzyskać więcej informacji, zobacz Przestarzałe typy w programie Windows Workflow Foundation 4.5.

Wszystkie metody w programie ActiveDirectoryRoleFactory są statyczne i nie trzeba tworzyć żadnych wystąpień. Konstruktor jest ukryty.

Właściwości

Configuration
Przestarzałe.

ActiveDirectoryRoleFactoryConfiguration Pobiera obiekt skojarzony z obiektem ActiveDirectoryRoleFactory.

Metody

CreateFromAlias(String)
Przestarzałe.

Tworzy wystąpienie przy użyciu określonego ActiveDirectoryRole aliasu systemu Windows NT.

CreateFromEmailAddress(String)
Przestarzałe.

Tworzy wystąpienie ActiveDirectoryRole przy użyciu adresu e-mail.

CreateFromSecurityIdentifier(SecurityIdentifier)
Przestarzałe.

Tworzy wystąpienie ActiveDirectoryRole programu przy użyciu systemu Windows NT SecurityIdentifier.

Dotyczy