Share via


Repository.CheckAuthentication Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function CheckAuthentication As String
'Usage
Dim instance As Repository 
Dim returnValue As String 

returnValue = instance.CheckAuthentication()
[WebMethodAttribute]
public string CheckAuthentication()
[WebMethodAttribute]
public:
String^ CheckAuthentication()
public function CheckAuthentication() : String

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

Repository Class

Repository Members

Microsoft.TeamFoundation.VersionControl.Server Namespace