C# Class Difi.SikkerDigitalPost.Klient.Security.AttachmentContentSignatureTransform

Represents the attachment content signature transform as defined in the Web Services SecurityElement SOAP Message with Attachments (SwA) Profile for use with binary attachments.
Inheritance: System.Security.Cryptography.Xml.Transform
Mostrar archivo Open project: difi/sikker-digital-post-klient-dotnet

Public Methods

Method Description
AttachmentContentSignatureTransform ( ) : System

Initializes a new instance of the AttachmentContentSignatureTransform class.

GetOutput ( ) : object
GetOutput ( Type type ) : object
LoadInnerXml ( XmlNodeList nodeList ) : void
LoadInput ( object obj ) : void

Loads the data for transformation. Valid types are Stream or byte[].

Protected Methods

Method Description
GetInnerXml ( ) : XmlNodeList

Method Details

AttachmentContentSignatureTransform() public method

Initializes a new instance of the AttachmentContentSignatureTransform class.
public AttachmentContentSignatureTransform ( ) : System
return System

GetInnerXml() protected method

protected GetInnerXml ( ) : XmlNodeList
return System.Xml.XmlNodeList

GetOutput() public method

public GetOutput ( ) : object
return object

GetOutput() public method

public GetOutput ( Type type ) : object
type System.Type
return object

LoadInnerXml() public method

public LoadInnerXml ( XmlNodeList nodeList ) : void
nodeList System.Xml.XmlNodeList
return void

LoadInput() public method

Loads the data for transformation. Valid types are Stream or byte[].
public LoadInput ( object obj ) : void
obj object The data for transformation.
return void