Microsoft Internet Security and Acceleration Server 2004 SDK

SSLCertificateAuthentication Property of IFPCWebListenerProperties[C++]

FPCWebListenerProperties.SSLCertificateAuthentication [Visual Basic]

[C++]

The SSLCertificateAuthentication property gets or sets a Boolean value that indicates whether SSL certificate authentication is used. For more information, see ISA Server and Secure Sockets Layer.

HRESULT get_SSLCertificateAuthentication(
  VARIANT_BOOL* pfSSLCertificateAuthentication
);

HRESULT put_SSLCertificateAuthentication(
  VARIANT_BOOL fSSLCertificateAuthentication
);

Parameters

pfSSLCertificateAuthentication
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if SSL certificate authentication is used, or to VARIANT_FALSE if SSL certificate authentication is not used.
fSSLCertificateAuthentication
Boolean value that indicates whether SSL certificate authentication is 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.

When this property is set to VARIANT_TRUE, SSL certificate authentication is used only for HTTPS clients. If SSL certificate authentication fails, the Web listener can use another method that is enabled. HTTP clients are authenticated only by Basic authentication, Digest authentication, or Integrated authentication.

[Visual Basic]

The SSLCertificateAuthentication property gets or sets a Boolean value that indicates whether SSL certificate authentication is used. For more information, see ISA Server and Secure Sockets Layer.

Property SSLCertificateAuthentication As Boolean

Property Value

Boolean value that indicates whether SSL certificate authentication is used.

Remarks

This property is read/write.

When this property is set to True, SSL certificate authentication is used only for HTTPS clients. If SSL certificate authentication fails, the Web listener can use another method that is enabled. HTTP clients are authenticated only by Basic authentication, Digest authentication, or Integrated authentication.

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

FPCWebListenerProperties