  | DocumentSignerBaseSign Method (Stream, Stream) | 
 
            Vytvoření podpisu a jeho vložení do dokumentu
            
 
    Namespace: 
   ASDSoft.SignTools
    Assembly:
   ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntaxpublic abstract void Sign(
	Stream documentSourceStream,
	Stream documentOutputStream
)
Parameters
- documentSourceStream
 - Type: System.IOStream
Stream s binární podobou dokumentu, který má být podepsán - documentOutputStream
 - Type: System.IOStream
Stream, do kterého bude zapsána binární podoba podepsaného dokumentu 
Implements
ILocalDocumentSignerSign(Stream, Stream)
See Also