Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe deployment request context
identity
Type: Microsoft.VisualStudio.Services.Identity.IdentityThe unique identifier of the user
.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.