IFPCCertificates2::Status property

Applies to: desktop apps only

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

This property is read-only.

Syntax

HRESULT get_Status(
  FpcCollectionStatus *pStatus
);
' Data type: FpcCollectionStatus

Property Status( _
  ByVal pStatus As FpcCollectionStatus _
) As FpcCollectionStatus

Property value

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

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 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

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

FPCCertificates

 

 

Build date: 7/12/2010