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.
typedef enum FpcStorageServerConnectionType { fpcRegularStorageConnection
The connection between the array member or remote management computer and the Configuration Storage server will be over an unencrypted channel.
= 0, 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;
The connection between the array member or remote management computer and the Configuration Storage server will be over an unencrypted channel.
The connection between the array member or remote management computer and the Configuration Storage server will be over a secure (SSL) channel.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.