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)
70
return HandleGet<string>(ref _description, PropertyNames.
PrincipalDescription
, ref _descriptionChanged);
75
if (!GetStoreCtxToUse().IsValidProperty(this, PropertyNames.
PrincipalDescription
))
78
HandleSet<string>(ref _description, value, ref _descriptionChanged, PropertyNames.
PrincipalDescription
);
1092
case PropertyNames.
PrincipalDescription
:
1153
PropertyNames.
PrincipalDescription
=> _descriptionChanged,
1190
case PropertyNames.
PrincipalDescription
:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
125
public 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)
256
PropertyNames.
PrincipalDescription
,