SecurityServices for .NET 2.0 Documentation

Credential.Refresh Method 

[This is preliminary documentation and subject to change.]

Refreshes the information in the credential.

public void Refresh();

Exceptions

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

See Also

Credential Class | Org.Mentalis.SecurityServices.Authentication Namespace