Share via


IFPCVpnNetworkIPSecSettings::AuthenticationMethod property

Applies to: desktop apps only

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

This property is read/write.

Syntax

HRESULT put_AuthenticationMethod(
  FpcVpnAuthenticationMethod AuthenticationMethod
);

HRESULT get_AuthenticationMethod(
  FpcVpnAuthenticationMethod *pAuthenticationMethod
);
' Data type: FpcVpnAuthenticationMethod

Property AuthenticationMethod( _
  ByVal AuthenticationMethod As FpcVpnAuthenticationMethod, _
  ByVal pAuthenticationMethod As FpcVpnAuthenticationMethod _
) As FpcVpnAuthenticationMethod

Property value

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

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

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

FPCVpnNetworkIPSecSettings

 

 

Build date: 7/12/2010