CredentialsCacheManager.DeleteCredentials Method (String, Uri)

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Function DeleteCredentials ( _
    featureRegistryKeyword As String, _
    uri As Uri _
) As Boolean
public bool DeleteCredentials(
    string featureRegistryKeyword,
    Uri uri
)
public:
bool DeleteCredentials(
    String^ featureRegistryKeyword, 
    Uri^ uri
)
member DeleteCredentials : 
        featureRegistryKeyword:string * 
        uri:Uri -> bool
public function DeleteCredentials(
    featureRegistryKeyword : String, 
    uri : Uri
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CredentialsCacheManager Class

DeleteCredentials Overload

Microsoft.VisualStudio.Services.Common Namespace