IWMRMCoding Interface
The IWMRMCoding interface converts binary information into a text string. It also converts a text string back into a binary string. If you are creating your own encryption keys, you must use this interface to properly encode them. This interface is not Automation-compliant.
In addition to the methods inherited from IUnknown, the IWMRMCoding interface exposes the following methods.
Method | Description |
Decode | Converts a text string to a binary format. |
Encode | Converts binary information to a text string. |
See Also