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 |
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