SecurityServices for .NET 2.0 Documentation

CredentialCollection Constructor 

[This is preliminary documentation and subject to change.]

Initializes an new CredentialCollection instance.

public CredentialCollection(
   String targetFilter
);

Parameters

String
The filter to use when looking for credentials -or- a null reference if all credentials should be returned.

Exceptions

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

See Also

CredentialCollection Class | Org.Mentalis.SecurityServices.Authentication Namespace