Aracılığıyla paylaş


ActiveDirectoryRoleFactory.CreateFromSecurityIdentifier Yöntem

Tanım

Windows NT SecurityIdentifierkullanarak örneğini ActiveDirectoryRole 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 SecurityIdentifieröğesini açıklayan bir örneğiActiveDirectoryRole.

Açıklamalar

ActiveDirectoryRole , Active Directory işlevselliğine WorkflowRole erişmek için kullanılan soyut sınıfı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