Edit

Share via


XmlDsigC14NTransform.LoadInput(Object) Method

Definition

Loads the specified input into the current XmlDsigC14NTransform object.

public override void LoadInput(object obj);

Parameters

obj
Object

The input to load into the current XmlDsigC14NTransform object.

Exceptions

The obj parameter is a Stream object and it is null.

Examples

The following code example demonstrates how to call the LoadInput method using the specified XmlDocument object as the input. This code example is part of a larger example provided for the XmlDsigC14NTransform class.

xmlTransform.LoadInput(xmlDoc);

Remarks

The type of the input object must be one of the types in the InputTypes property.

Applies to