Microsoft Internet Security and Acceleration Server 2000 |
Gets or sets whether basic authentication is used.
The standard Hypertext Transfer Protocol (HTTP) method of authentication is basic authentication. Basic authentication sends and receives user information as text characters that can be easily read. While passwords and user names are encoded, no encryption is used with basic authentication. The following describes the authentication procedure for basic authentication:
FPCListenEntry.BasicAuthentication [ = bBasicAuthentication ]
HRESULT get_BasicAuthentication( VARIANT_BOOL *pbBasicAuthentication ); HRESULT put_BasicAuthentication( VARIANT_BOOL bBasicAuthentication );
The property is read-write.