Microsoft Internet Security and Acceleration Server 2000

FPCListenEntry.SSLCertificateAuthentication Property

Gets or sets whether SSL certificate authentication is used. For more information, see ISA Server and Secure Sockets Layers.

VBScript Syntax[VBScript]

FPCListenEntry.SSLCertificateAuthentication [ = bSSLCertificateAuthentication ]

C++ Syntax[C++]

HRESULT get_SSLCertificateAuthentication(
  VARIANT_BOOL *pbSSLCertificateAuthentication
);

HRESULT put_SSLCertificateAuthentication(
  VARIANT_BOOL bSSLCertificateAuthentication
);

Parameters

bSSLCertificateAuthentication
Boolean value that specifies whether SSL certificate authentication is used.

The property is read-write.

Applies To

FPCListenEntry