Encodes the current zone data into a string which can be persisted in a
hidden input field on a web-page, and then later decoded using the WebDecodeZone method of the Connection object.
Namespace:
JHSoftware.SimpleDNSPlusAssembly: SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public string WebEncode() |
| Visual Basic (Declaration) |
|---|
Public Function WebEncode As String |
Return Value
A string value with the encoded zone data
Remarks
The returned string is Mime64 encoded and therefore no additional encoding is necessary when using this value in web-page form fields.
The encoded string includes an MD5 hash-code, so any alteration to the string will cause an error when the string is decoded.
The encoding algorithm used makes it difficult to decipher and alter the underlying data, but it is not strongly encrypted.