CredentialManager.DeleteCredentials Method (String, Boolean)
Applies To: Dynamics CRM 2015
Deletes the credentials.
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl.Utility
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public static void DeleteCredentials(
string target,
bool deletePasswordOnly
)
public:
static void DeleteCredentials(
String^ target,
bool deletePasswordOnly
)
static member DeleteCredentials :
target:string *
deletePasswordOnly:bool -> unit
Public Shared Sub DeleteCredentials (
target As String,
deletePasswordOnly As Boolean
)
Parameters
target
Type: System.StringTarget is the key with which associated credentials can be fetched
deletePasswordOnly
Type: System.BooleanIndicates that the password should be overwritten, but the credential should not be removed from the credential cache.
See Also
DeleteCredentials Overload
CredentialManager Class
Microsoft.Xrm.Tooling.CrmConnectControl.Utility Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright