Windward Studios 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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software