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)
196return HandleGet<string>(ref _distinguishedName, PropertyNames.PrincipalDistinguishedName, ref _distinguishedNameChanged); 1119case PropertyNames.PrincipalDistinguishedName: 1158PropertyNames.PrincipalDistinguishedName => _distinguishedNameChanged, 1205case PropertyNames.PrincipalDistinguishedName:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
143public 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)
263PropertyNames.PrincipalDistinguishedName,