ConnectedServiceAuthenticator Class

Definition

Allows the user to authenticate to the service.

public ref class ConnectedServiceAuthenticator abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServiceAuthenticator abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceAuthenticator abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
public abstract class ConnectedServiceAuthenticator : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceViewModelBase
type ConnectedServiceAuthenticator = class
    inherit ConnectedServiceViewModelBase
Public MustInherit Class ConnectedServiceAuthenticator
Inherits ConnectedServiceViewModelBase
Inheritance
ConnectedServiceAuthenticator

Constructors

ConnectedServiceAuthenticator()

Initializes a new instance of the ConnectedServiceAuthenticator class.

Properties

IsAuthenticated

Gets or sets a value indicating whether the user is already logged in or otherwise authenticated.

NeedToAuthenticateText

Gets or sets a value to display when no instances are available because IsAuthenticated is false.

View

Gets or sets the Framework Element that should be displayed in the UI to allow the user to authenticate to the service.

Methods

Dispose()

Releases all resources used by the object.

(Inherited from ConnectedServiceViewModelBase)
Dispose(Boolean) (Inherited from ConnectedServiceViewModelBase)
OnAuthenticationChanged(AuthenticationChangedEventArgs)

Raises the AuthenticationChanged event.

OnPropertyChanged(String)

Notifies clients that a property value has changed.

(Inherited from ConnectedServiceViewModelBase)

Events

AuthenticationChanged

An event that signals a change to the current authentication state such as the authenticated user has changed.

PropertyChanged

Occurs when a property value changes.

(Inherited from ConnectedServiceViewModelBase)

Applies to