Status Property of the IFPCCertificates2 Interface

The Status property gets a bitmask of the FpcCollectionStatus enumerated type that specifies the status of the certificates collection.

[C++]
HRESULT get_Status(
	FpcCollectionStatus* pStatus
);

Parameters

pStatus

Pointer to a variable that on return receives a bitmask of the FpcCollectionStatus enumerated type specifying the status of the certificates collection.

Return Value

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

[Visual Basic]
Property Status As FpcCollectionStatus

Property Value

Bitmask of the FpcCollectionStatus enumerated type that specifies the status of the certificates collection.

Remarks

This property is read-only.

The certificates represented by the objects that may be included in a certificates collection are stored in the following certificate stores:

When Forefront TMG can retrieve information about all the certificates that should be represented in a certificates collection, the value of this property is fpcStatusNoFailure.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCCertificates


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.