A5DNS::Manager Class

Description

The A5DNS::Manager class provides properties and methods for managing Alpha Anywhere DNS connections and domains.

Properties

ConnectionPropertiesCharacter

String ConnectionProperties property

ConnectionStringCharacter

String ConnectionString property

DomainCharacter

String Domain property

Methods

CreateCNAMEEntry Method

CreateCNAMEEntry creates a new entry mapping a CName to another DNS name.

DecryptConnectionString Method

DecryptConnectionString decrypts a previously encrypted connection string using the (optional) passphrase provided.

DeleteCNAMEEntry Method

DeleteCNAMEEntry deletes an existing CNAME record.

EncryptConnectionString Method

EncryptConnectionString encrypts a connection string using a passphrase (optional).

ListCNAMERecords Method

ListCNAMERecords creates a list of existing CNAME records.

Open Method

Open uses the provided connection string to create a manager object instance of the Provider type indicated in the connection string.

ShowConnectionStringDialog Method

ShowConnectionStringDialog() shows a dialog that can be used to enter and encrypt credentials for the DNS service to be used.

Verify Method

Verify checks the content of a connection string to make sure it is valid.

See Also