9 references to PrincipalGuid
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
399{PropertyNames.PrincipalGuid, "objectGuid", new FromLdapConverterDelegate(GuidFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
703{PropertyNames.PrincipalGuid, "objectguid", new FromLdapConverterDelegate(GuidFromLdapConverter), null},
System\DirectoryServices\AccountManagement\Principal.cs (4)
182return HandleGet<Nullable<Guid>>(ref _guid, PropertyNames.PrincipalGuid, ref _guidChanged); 1113case PropertyNames.PrincipalGuid: 1157PropertyNames.PrincipalGuid => _guidChanged, 1202case PropertyNames.PrincipalGuid:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
148public const string PropertyNameStatic = PropertyNames.PrincipalGuid;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
650{PropertyNames.PrincipalGuid, typeof(UserPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
259PropertyNames.PrincipalGuid,