Find(Realm: String): ICredentialsRealm;
Find(Realm: String): Prognoz.Platform.Interop.Metabase.ICredentialsRealm;
Realm. Credentials scope.
The Find method searches for the credentials by their scope.
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.
The example of use is given in the description of the IMetabaseLink.CredentialsSet property.
See also: