ICredentialsSet.Find

Fore Syntax

Find(Realm: String): ICredentialsRealm;

Fore.NET Syntax

Find(Realm: String): Prognoz.Platform.Interop.Metabase.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.

Example

The example of use is given in the description of the IMetabaseLink.CredentialsSet property.

See also:

ICredentialsSet