FpcStorageServerConnectionType Enumeration

The FpcStorageServerConnectionType enumerated type contains values that specify whether the connection between an array member or a remote management computer and a Configuration Storage server will be over an unencrypted channel or over a Secure Sockets Layer (SSL) channel.

Syntax

typedef enum FpcStorageServerConnectionType {
  fpcRegularStorageConnection
fpcRegularStorageConnection

The connection between the array member or remote management computer and the Configuration Storage server will be over an unencrypted channel.

   = 0,
  fpcSSLStorageConnection
fpcSSLStorageConnection

The connection between the array member or remote management computer and the Configuration Storage server will be over a secure (SSL) channel.

	 = 1
} FpcStorageServerConnectionType;

Constants

fpcRegularStorageConnection

The connection between the array member or remote management computer and the Configuration Storage server will be over an unencrypted channel.

fpcSSLStorageConnection

The connection between the array member or remote management computer and the Configuration Storage server will be over a secure (SSL) channel.

Requirements

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

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.