This documentation is archived and is not being maintained.

TeamFoundationAuthenticationService Class

System::Object
  Microsoft.TeamFoundation.Framework.Server::TeamFoundationAuthenticationService

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(IdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLocationService))]
public ref class TeamFoundationAuthenticationService : ITeamFoundationService

The TeamFoundationAuthenticationService type exposes the following members.

  NameDescription
Public methodConfigure(TeamFoundationRequestContext, Uri)
Public methodConfigure(TeamFoundationRequestContext, String, String, Uri)Tells the service to refresh any configuration information from the metadata if a metadata location was configured.
Public methodDeriveNextAuthorizationFlowLocation
Public methodDetermineRealm
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodFederatedSignOut
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodIsHighTrustIdentity
Public methodJSONFeedRetrieve the address of the JSONFeed for with the supplied ReplyTo
Public methodLocationForRealm
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodProcessSignOutCookie
Public methodReadSignOutCookie
Public methodStatic memberRedirectToIdentityProvider
Public methodRedirectToTfsIdentityProvider
Public methodServiceEnd
Public methodServiceStart
Public methodSignOut(TeamFoundationRequestContext, String)
Public methodSignOut(TeamFoundationRequestContext, String, String%)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodUpdateVssIdentityClaims
Public methodWriteSessionTokenToCookie
Public methodWriteSignOutCookie
Top

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