ConnectedServiceHyperlinkAuthenticator Class

Visual Studio 2015
 
Note: This API is now obsolete.

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


[ObsoleteAttribute("ConnectedServiceHyperlinkAuthenticator will be removed in the Visual Studio 2015 RTM release.")]
public ref class ConnectedServiceHyperlinkAuthenticator abstract : ConnectedServiceAuthenticator

NameDescription
System_CAPS_pubpropertyAuthenticatedText

System_CAPS_pubpropertyChangeAuthenticationText

System_CAPS_pubpropertyIsAuthenticated

Gets or sets a value indicating whether the user is already logged in or otherwise authenticated.(Inherited from ConnectedServiceAuthenticator.)

System_CAPS_pubpropertyNeedToAuthenticateText

Gets or sets a value to display when no instances are available because IsAuthenticated is false.(Inherited from ConnectedServiceAuthenticator.)

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.(Inherited from ConnectedServiceAuthenticator.)

NameDescription
System_CAPS_pubmethodChangeAuthenticationAsync(CancellationToken)

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.(Inherited from ConnectedServiceAuthenticator.)

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.(Inherited from ConnectedServiceAuthenticator.)

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: