IFPCEEArray::IntraArrayCredentials property
Applies to: desktop apps only
The IntraArrayCredentials property gets an FPCCredentials object that represents the credentials to be used by array members for authenticating intra-array communication.
This property is read-only.
Syntax
HRESULT get_IntraArrayCredentials(
IFPCCredentials **ppIntraArrayCredentials
);
' Data type: FPCCredentials
Property IntraArrayCredentials( _
ByVal ppIntraArrayCredentials As IFPCCredentials _
) As FPCCredentials
Property value
Reference to the FPCCredentials object that represents the credentials to be used by array members for authenticating intra-array communication.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. The credentials for authenticating intra-array communication can be modified by calling the properties of the FPCCredentials object retrieved (IFPCCredentials interface in C++).
The credentials specified in this property are used for authenticating intra-array communication only if the UseComputerAccountForIntraArrayAuthentication property is set to False (VARIANT_FALSE in C++).
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010