  | CredentialDialogDeleteCredential Method  | 
 
            Deletes the credentials for the specified target.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool DeleteCredential(
	string target
)
Public Shared Function DeleteCredential ( 
	target As String
) As Boolean
public:
static bool DeleteCredential(
	String^ target
)
static member DeleteCredential : 
        target : string -> bool 
Parameters
- target
 - Type: SystemString
The name of the target for which to delete the credentials. 
Return Value
Type: 
Boolean if the credential was deleted from either the application instance cache or
            the operating system's store; 
 if no credentials for the specified target could be found
            in either store.
Exceptions
Remarks
              The credentials for the specified target will be removed from the application instance credential cache
              and the operating system's credential store.
            
See Also