13 references to PrincipalDescription
System.DirectoryServices.AccountManagement (13)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
393{PropertyNames.PrincipalDescription, "description", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
698{PropertyNames.PrincipalDescription, "description", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\Principal.cs (6)
70return HandleGet<string>(ref _description, PropertyNames.PrincipalDescription, ref _descriptionChanged); 75if (!GetStoreCtxToUse().IsValidProperty(this, PropertyNames.PrincipalDescription)) 78HandleSet<string>(ref _description, value, ref _descriptionChanged, PropertyNames.PrincipalDescription); 1092case PropertyNames.PrincipalDescription: 1153PropertyNames.PrincipalDescription => _descriptionChanged, 1190case PropertyNames.PrincipalDescription:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
125public const string PropertyNameStatic = PropertyNames.PrincipalDescription;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (3)
645{PropertyNames.PrincipalDescription, typeof(UserPrincipal), "Description", new FromWinNTConverterDelegate(StringFromWinNTConverter), new ToWinNTConverterDelegate(StringToWinNTConverter)}, 646{PropertyNames.PrincipalDescription, typeof(GroupPrincipal), "Description", new FromWinNTConverterDelegate(StringFromWinNTConverter), new ToWinNTConverterDelegate(StringToWinNTConverter)}, 700{PropertyNames.PrincipalDescription, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
256PropertyNames.PrincipalDescription,