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




Glossary Item Box

true if the connection to the remote server is authenticated. false if it needs to be authenticated. This is for the OAuth2 case where the authentication occurs outside of our code.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property ConnectionAuthenticated As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BaseFullAccessProvider
Dim value As Boolean
 
value = instance.ConnectionAuthenticated
C# 
public virtual bool ConnectionAuthenticated {get;}
Managed Extensions for C++ 
public: __property virtual bool get_ConnectionAuthenticated();
C++/CLI 
public:
virtual property bool ConnectionAuthenticated {
   bool get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software