ActiveDirectoryRoleFactory.CreateFromSecurityIdentifier Yöntem

Tanım

Windows NT ActiveDirectoryRole kullanarak SecurityIdentifier örneği oluşturur.

public:
 static System::Workflow::Activities::ActiveDirectoryRole ^ CreateFromSecurityIdentifier(System::Security::Principal::SecurityIdentifier ^ sid);
public static System.Workflow.Activities.ActiveDirectoryRole CreateFromSecurityIdentifier(System.Security.Principal.SecurityIdentifier sid);
static member CreateFromSecurityIdentifier : System.Security.Principal.SecurityIdentifier -> System.Workflow.Activities.ActiveDirectoryRole
Public Shared Function CreateFromSecurityIdentifier (sid As SecurityIdentifier) As ActiveDirectoryRole

Parametreler

sid
SecurityIdentifier

SecurityIdentifier oluşturmak için kullanılacak.ActiveDirectoryRole

Döndürülenler

Belirtilen ActiveDirectoryRoleöğesini tanımlayan bir örneğiSecurityIdentifier.

Açıklamalar

ActiveDirectoryRole, Active Directory işlevselliğine erişmek için kullanılan WorkflowRole soyut sınıfının somut bir uygulamasıdır. Genellikle, Active Directory deposu personel için kuruluş bilgilerini depolamak için kullanılır. için temel amaç ActiveDirectoryRole , iş nedeniyle bu tür kuruluş bilgilerine karşı sorgular yapmaktır.

Şunlara uygulanır