Microsoft Internet Security and Acceleration Server 2004 SDK

AuthenticationMethod Property of IFPCVpnNetworkIPSecSettings[C++]

FPCVpnNetworkIPSecSettings.AuthenticationMethod [Visual Basic]

[C++]

The AuthenticationMethod property gets or sets a value from the FpcVpnAuthenticationMethod enumerated type that specifies which IPSec authentication method is to be used.

HRESULT get_AuthenticationMethod(
  FpcVpnAuthenticationMethod* pAuthenticationMethod
);

HRESULT put_AuthenticationMethod(
  FpcVpnAuthenticationMethod AuthenticationMethod
);

Parameters

pAuthenticationMethod
Pointer to a value from the FpcVpnAuthenticationMethod enumerated type that is set on return to the value specifying the IPSec authentication method to be used.
AuthenticationMethod
Value from the FpcVpnAuthenticationMethod enumerated type that specifies which IPSec authentication method is to be used.

Return Values

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 fpcVpnCertificate, which specifies IPSec authentication using a certificate.

[Visual Basic]

The AuthenticationMethod property gets or sets a value from the FpcVpnAuthenticationMethod enumerated type that specifies which IPSec authentication method is to be used.

Property AuthenticationMethod As FpcVpnAuthenticationMethod

Property Value

Value from the FpcVpnAuthenticationMethod enumerated type that specifies which IPSec authentication method is to be used.

Remarks

This property is read/write. Its default value is fpcVpnCertificate, which specifies IPSec authentication using a certificate.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCVpnNetworkIPSecSettings