true if this provider can be set to use WindowsIdentity for credentials.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property CanUseWindowsIdentity As Boolean |
| C# | |
|---|
public bool CanUseWindowsIdentity {get;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_CanUseWindowsIdentity(); |
| C++/CLI | |
|---|
public:
property bool CanUseWindowsIdentity {
bool get();
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also