SecurityServices for .NET 2.0 Documentation

Credential.GetCredentials Method ()

[This is preliminary documentation and subject to change.]

Retrieves all credentials from the system that are associated with the current login.

public static CredentialCollection GetCredentials();

Return Value

An instance of the CredentialCollection class with all the credentials that are associated with the current login.

Exceptions

Exception Type Condition
NotSupportedException This functionality requires Windows XP or higher.
CredentialException An error occurs while retrieving the credentials.

See Also

Credential Class | Org.Mentalis.SecurityServices.Authentication Namespace | Credential.GetCredentials Overload List