9 references to PrincipalDistinguishedName
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
395
{PropertyNames.
PrincipalDistinguishedName
, "distinguishedName", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
699
{PropertyNames.
PrincipalDistinguishedName
, "distinguishedname", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\Principal.cs (4)
196
return HandleGet<string>(ref _distinguishedName, PropertyNames.
PrincipalDistinguishedName
, ref _distinguishedNameChanged);
1119
case PropertyNames.
PrincipalDistinguishedName
:
1158
PropertyNames.
PrincipalDistinguishedName
=> _distinguishedNameChanged,
1205
case PropertyNames.
PrincipalDistinguishedName
:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
143
public const string PropertyNameStatic = PropertyNames.
PrincipalDistinguishedName
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
649
{PropertyNames.
PrincipalDistinguishedName
, typeof(UserPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
263
PropertyNames.
PrincipalDistinguishedName
,