ICredentialsSet.Add

Syntax

Add(Realm: String): ICredentialsRealm;

Parameters

Realm. Credentials scope.

Description

The Add method creates a new record for storing credentials.

Comments

As the value of the Realm parameter it is necessary to specify some unique identifier, linked with added credentials. If the collection already contains the record, linked to the same scope then it will be rewritten.

See also:

ICredentialsSet