This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IP > IPermissionsAdmin Interface > IPermissionsAdmin.GetAllPrincipals Method (ArcObjects .NET 10.5 SDK) |
Enumrates all princiapls in the Permissions Store.
[Visual Basic .NET] Public Function GetAllPrincipals ( _ ) As IEnumBSTR
[C#] public IEnumBSTR GetAllPrincipals ( );
[C++]
HRESULT GetAllPrincipals(
IEnumBSTR** ppEnum
);
[C++]
Parameters ppEnum [out, retval]
ppEnum is a parameter of type IEnumBSTR
Use the GetAllPrincipals method to return an enumeration over all the principals with allow/deny rules in the ArcGIS Server security model.