XmlLicenseTransform.LoadInput(Object) Method

Definition

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.

Applies to