IFPCWebPublishingProperties2::LogonTypeEnforcement property

Applies to: desktop apps only

The LogonTypeEnforcement property gets or sets a value from the FpcLogonTypeEnforcement enumerated type that specifies whether the logon type is enforced.

This property is read/write.

Syntax

HRESULT put_LogonTypeEnforcement(
  FpcLogonTypeEnforcement *LogonTypeEnforcement
);

HRESULT get_LogonTypeEnforcement(
  FpcLogonTypeEnforcement *pLogonTypeEnforcement
);
' Data type: FpcLogonTypeEnforcement

Property LogonTypeEnforcement( _
  ByVal LogonTypeEnforcement As FpcLogonTypeEnforcement, _
  ByVal pLogonTypeEnforcement As FpcLogonTypeEnforcement _
) As FpcLogonTypeEnforcement

Property value

Value from the FpcLogonTypeEnforcement enumerated type that specifies whether the logon type is enforced.

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 fpcNoLogonTypeEnforcement, which indicates that the Web publishing rule does not enforce the logon type.

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

FPCWebPublishingProperties

 

 

Build date: 7/12/2010