Share via


IFPCEEConfigurationStorageServerConnection::ConfigurationStorageServerConnectionType property

Applies to: desktop apps only

The ConfigurationStorageServerConnectionType property gets or sets a value from the FpcConfigurationStorageServerConnectionType enumerated type that indicates whether connections between array members and a Configuration Storage server are to be authenticated with Active Directory accounts using the MS Firewall Storage protocol or with certificates using the MS Firewall Storage protocol over SSL.

This property is read/write.

Syntax

HRESULT put_ConfigurationStorageServerConnectionType(
  FpcConfigurationStorageServerConnectionType ConnectionType
);

HRESULT get_ConfigurationStorageServerConnectionType(
  FpcConfigurationStorageServerConnectionType *pConnectionType
);
' Data type: FpcConfigurationStorageServerConnectionType

Property ConfigurationStorageServerConnectionType( _
  ByVal ConnectionType As FpcConfigurationStorageServerConnectionType, _
  ByVal pConnectionType As FpcConfigurationStorageServerConnectionType _
) As FpcConfigurationStorageServerConnectionType

Property value

Value from the FpcConfigurationStorageServerConnectionType enumerated type that indicates whether connections between array members and a Configuration Storage server are to be authenticated with Active Directory accounts using the MS Firewall Storage protocol or with certificates using the MS Firewall Storage protocol over SSL.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is fpcConfigurationStorageServerConnectionLDAP, which indicates that connections between array members and a Configuration Storage server are to be authenticated with Active Directory accounts using the MS Firewall Storage protocol, which is based on the Lightweight Directory Access Protocol (LDAP), through port 2171.

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

FPCConfigurationStorageServerConnection

 

 

Build date: 7/12/2010