Click or drag to resize

DocumentSignerBaseSetExternalSign Method (Stream, Stream, Byte)

Namespace:  ASDSoft.SignTools
Assembly:  ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
public abstract void SetExternalSign(
	Stream documentSourceStream,
	Stream documentOutputStream,
	byte[] signature
)

Parameters

documentSourceStream
Type: System.IOStream
Stream s binární podobou dokumentu připraveného pro podpis
documentOutputStream
Type: System.IOStream
Stream, do kterého bude zapsána binární podoba podepsaného dokumentu
signature
Type: SystemByte
Externě vytvořený podpis

Implements

IRemoteDocumentSignerSetExternalSign(Stream, Stream, Byte)
See Also