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
- featureRegistryKeyword
Type: System.String
- uri
Type: System.Uri
Return Value
Type: System.Boolean
.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.