Share via


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:

  • The Personal store for the current user.
  • The Personal store for the Micosoft Firewall service (the fwsrv\Personal store).
  • The Trusted Root Certification Authorities store for the local computer.

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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCCertificates

Send comments about this topic to Microsoft

Build date: 6/30/2010