XmlDsigExcC14NTransform.LoadInput(Object) 方法

定义

在派生类中重写时,将指定的输入加载到当前 XmlDsigExcC14NTransform 对象中。When overridden in a derived class, loads the specified input into the current XmlDsigExcC14NTransform 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)

参数

obj
Object

要加载到当前 XmlDsigExcC14NTransform 对象中的输入。The input to load into the current XmlDsigExcC14NTransform object.

例外

obj 参数不是 Stream 对象。The obj parameter is not a Stream object.

- 或 --or- obj 参数不是一个 XmlDocument 对象。The obj parameter is not an XmlDocument object.

- 或 --or- obj 参数不是一个 XmlNodeList 对象。The obj parameter is not an XmlNodeList object.

注解

输入对象的类型必须是属性中的类型之一 InputTypesThe type of the input object must be one of the types in the InputTypes property.

适用于