共用方式為


XmlDecryptionTransform.GetOutput 方法

定義

傳回目前 XmlDsigEnvelopedSignatureTransform 物件的輸出。

多載

GetOutput()

傳回目前 XmlDsigEnvelopedSignatureTransform 物件的輸出。

GetOutput(Type)

傳回目前 XmlDsigEnvelopedSignatureTransform 物件的輸出。

GetOutput()

傳回目前 XmlDsigEnvelopedSignatureTransform 物件的輸出。

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

傳回

Object

目前 XmlDsigEnvelopedSignatureTransform 物件的輸出。

例外狀況

找不到解密金鑰。

適用於

GetOutput(Type)

傳回目前 XmlDsigEnvelopedSignatureTransform 物件的輸出。

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

要傳回的輸出型別。 XmlNodeList 是這個參數唯一有效的型別。

傳回

Object

目前 XmlDsigEnvelopedSignatureTransform 物件的輸出。

例外狀況

type 參數不是 XmlNodeList 物件。

適用於