XmlLicenseTransform.LoadInput(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the specified input into the current XmlLicenseTransform object.
public:
override void LoadInput(System::Object ^ obj);
public override void LoadInput (object obj);
override this.LoadInput : obj -> unit
Public Overrides Sub LoadInput (obj As Object)
Parameters
- obj
- Object
The input to load into the current XmlLicenseTransform object. The type of the input object must be XmlDocument.
Exceptions
The context was not set before this transform was invoked.
-or-
The <issuer>
element was not set before this transform was invoked.
-or-
The <license>
element was not set before this transform was invoked.
-or-
The Decryptor property was not set before this transform was invoked.