SecurityServices for .NET 2.0 Documentation

Credential.Delete Method 

[This is preliminary documentation and subject to change.]

Deletes the credential.

public void Delete();

Exceptions

Exception Type Condition
ObjectDisposedException The Credential instance has been closed.
CredentialException An error occurs while trying to delete the credential.

See Also

Credential Class | Org.Mentalis.SecurityServices.Authentication Namespace