SOAP API methode DKIM_retrieve
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | string | The identifier (id) of the object that is retrieved |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| dkim | Structure of type 'dkim' | All properties of the retrieved dkim |
Structuur 'dkim'
| Naam | Type | Beschrijving |
|---|---|---|
| id | int | Get the ID of this DomainKey. |
| domainname | string | Get the domain name where the public key is found. |
| selector | string | Get the selector of the domain where the public key is found. |
| publickey | string | Get the public key for this DKIM used by the receiver to check if this e-mail is from the signer. |
| privatekey | string | Get the private key for this DKIM used to sign a e-mail. |
| isValid | boolean | Check if the current settings are valid for DKIM use. |