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)
182
return HandleGet<Nullable<Guid>>(ref _guid, PropertyNames.
PrincipalGuid
, ref _guidChanged);
1113
case PropertyNames.
PrincipalGuid
:
1157
PropertyNames.
PrincipalGuid
=> _guidChanged,
1202
case PropertyNames.
PrincipalGuid
:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
148
public 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)
259
PropertyNames.
PrincipalGuid
,