ConnectedServiceAuthenticator Class

Visual Studio 2015
 

Allows the user to authenticate to the service.

Namespace:   Microsoft.VisualStudio.ConnectedServices
Assembly:  Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)


public ref class ConnectedServiceAuthenticator abstract : ConnectedServiceViewModelBase

NameDescription
System_CAPS_protmethodConnectedServiceAuthenticator()

Initializes a new instance of the ConnectedServiceAuthenticator class.

NameDescription
System_CAPS_pubpropertyIsAuthenticated

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

System_CAPS_pubpropertyNeedToAuthenticateText

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

System_CAPS_pubpropertyView

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

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the object.(Inherited from ConnectedServiceViewModelBase.)

System_CAPS_protmethodDispose(Boolean)
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnAuthenticationChanged(AuthenticationChangedEventArgs^)

Raises the AuthenticationChanged event.

System_CAPS_protmethodOnPropertyChanged(String^)

Notifies clients that a property value has changed.(Inherited from ConnectedServiceViewModelBase.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventAuthenticationChanged

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

System_CAPS_pubeventPropertyChanged

Occurs when a property value changes.(Inherited from ConnectedServiceViewModelBase.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: