Windward Engine API Reference
CanUseWindowsIdentity Property
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders Namespace > BaseFullAccessProvider Class : CanUseWindowsIdentity Property




Glossary Item Box

true if this provider can be set to use WindowsIdentity for credentials.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CanUseWindowsIdentity As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BaseFullAccessProvider
Dim value As Boolean
 
value = instance.CanUseWindowsIdentity
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

© 2019 All Rights Reserved.