The FpcDelegatedAdminType enumerated type contains values that indicate whether a delegated administrator or group of delegated administrators is identified by the security identifier (SID) or name of the user or group of users.
typedef enum FpcDelegatedAdminType { fpcDelegatedAdminSidValid
The security identifier (SID) of the user or group of users is used to identify the delegated administrator or group of delegated administrators.
= 0x01, fpcDelegatedAdminNameValid
The account name of the user or group of users is used to identify the delegated administrator or group of delegated administrators.
= 0x02 } FpcDelegatedAdminType;
The security identifier (SID) of the user or group of users is used to identify the delegated administrator or group of delegated administrators.
The account name of the user or group of users is used to identify the delegated administrator or group of delegated administrators.
Active Directory accounts are identified by SID and can be used for accessing a Configuration Storage server and for monitoring. Local accounts created on a Forefront TMG computer are identified by name and can be used only for monitoring. For local accounts, mirrored accounts must also be created on each array member for intra-array communication.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.