ActiveDirectoryRoleFactory.CreateFromSecurityIdentifier Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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.