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.

Overload List

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

public static CredentialCollection GetCredentials();

Retrieves all credentials from the system that are associated with the current login and that match with the specified filter.

public static CredentialCollection GetCredentials(String);

See Also

Credential Class | Org.Mentalis.SecurityServices.Authentication Namespace