Repository.CheckAuthentication Method
A "dummy" call that can be made on a connection to initialize the authentication.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function CheckAuthentication As String
[WebMethodAttribute]
public string CheckAuthentication()
[WebMethodAttribute]
public:
String^ CheckAuthentication()
[<WebMethodAttribute>]
member CheckAuthentication : unit -> string
public function CheckAuthentication() : String
Return Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.