Microsoft Internet Security and Acceleration Server 2000

FPCListenEntries.AllSSLCertificateAuthentication Property

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

VBScript Syntax[VBScript]

FPCListenEntries.AllSSLCertificateAuthentication [ = bAllSSLCertificateAuthentication ]

C++ Syntax[C++]

HRESULT get_AllSSLCertificateAuthentication(
  VARIANT_BOOL *pbAllSSLCertificateAuthentication
);

HRESULT put_AllSSLCertificateAuthentication(
  VARIANT_BOOL bAllSSLCertificateAuthentication
);

Parameters

bAllSSLCertificateAuthentication
Boolean that specifies whether SSL certificate authentication is used.

The property is read-write.

Applies To

FPCListenEntries