ICredentialsSet.Find

Syntax

Find(Realm: String): ICredentialsRealm;

Parameters

Realm. Credentials scope.

Description

The Find method searches for the credentials by their scope.

Comments

The method returns the credentials in case of the successful search and it returns Null, if the credentials corresponding to the specified scope are not found.

See also:

ICredentialsSet