Microsoft Internet Security and Acceleration Server 2004 SDK

SecurityRoles Property of IFPCAdminSecurity[C++]

FPCAdminSecurity.SecurityRoles [Visual Basic]

[C++]

The SecurityRoles property gets an FPCSecurityRoles collection that contains the security role definitions.

HRESULT get_SecurityRoles(
  IFPCSecurityRoles* ppSecurityRoles
);

Parameters

ppSecurityRoles
Address of an interface pointer that on return points to an IFPCSecurityRoles interface that represents the collection of security role definitions.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. Security role definitions can be added and removed from the collection by calling the methods of the IFPCSecurityRoles interface retrieved.

[Visual Basic]

The SecurityRoles property gets an FPCSecurityRoles collection that contains the security role definitions.

Property SecurityRoles As FPCSecurityRoles

Property Value

Reference to an FPCSecurityRoles collection that contains the security role definitions.

Remarks

This property is read-only. Security role definitions can be added and removed from the collection by calling the methods of the FPCSecurityRoles collection retrieved.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAdminSecurity