XmlDsigExcC14NTransform.GetOutput 方法

定义

返回当前 XmlDsigExcC14NTransform 对象的输出。

重载

GetOutput()

返回当前 XmlDsigExcC14NTransform 对象的输出。

GetOutput(Type)

返回当前 XmlDsigExcC14NTransform 对象作为指定类型对象的输出。

GetOutput()

返回当前 XmlDsigExcC14NTransform 对象的输出。

public:
 override System::Object ^ GetOutput();
public override object GetOutput ();
override this.GetOutput : unit -> obj
Public Overrides Function GetOutput () As Object

返回

Object

当前 XmlDsigExcC14NTransform 对象的输出。

适用于

GetOutput(Type)

返回当前 XmlDsigExcC14NTransform 对象作为指定类型对象的输出。

public:
 override System::Object ^ GetOutput(Type ^ type);
public override object GetOutput (Type type);
override this.GetOutput : Type -> obj
Public Overrides Function GetOutput (type As Type) As Object

参数

type
Type

要返回的输出的类型。 此类型必须是 OutputTypes 属性中的类型之一。

返回

Object

当前 XmlDsigExcC14NTransform 对象作为指定类型对象的输出。

例外

type 参数不是 Stream 对象。

  • 或 - type 参数不从 Stream 对象派生。

注解

该方法 GetOutput 在对该方法的调用 LoadInput 之前设置的值上运行后返回当前转换的输出。

返回对象的类型必须是属性中的 OutputTypes 类型对象之一。

适用于