Authorization Property

This property specifies the authorization mode (type) for the server.

IDL Definition

[propget] 
HRESULT Authorization([out, retval] VARIANT *pData);
[propput] 
HRESULT Authorization([in] VARIANT Data);

Type

VT_I4 (integer)

Remarks

Valid values are

MD_AUTH_ANONYMOUS  (1)

MD_AUTH_BASIC      (2) - Clear Text

MD_AUTH_NT   (4) - NTLM or DPA

or any additive combination (bitwise or) of the three.


© 1997-1998 Microsoft Corporation. All rights reserved.