IWMRMCoding Interface

banner art

Previous Next

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

Previous Next

© 2007 Microsoft Corporation. All rights reserved.