Freigeben über


ITeamFoundationBasicAuthService.DeleteBasicCredential Method

Deletes the currently stored basic authentication information for the specified user.

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

Syntax

'Declaration
Sub DeleteBasicCredential ( _
    requestContext As TeamFoundationRequestContext, _
    identity As Identity _
)
void DeleteBasicCredential(
    TeamFoundationRequestContext requestContext,
    Identity identity
)
void DeleteBasicCredential(
    TeamFoundationRequestContext^ requestContext, 
    Identity^ identity
)
abstract DeleteBasicCredential : 
        requestContext:TeamFoundationRequestContext * 
        identity:Identity -> unit
function DeleteBasicCredential(
    requestContext : TeamFoundationRequestContext, 
    identity : Identity
)

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationBasicAuthService Interface

Microsoft.TeamFoundation.Framework.Server Namespace