Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static Stream ReplaceSigners( Stream original, SignerInformationStore signerInformationStore, Stream outStr ) |
Visual Basic |
---|
Public Shared Function ReplaceSigners ( _ original As Stream, _ signerInformationStore As SignerInformationStore, _ outStr As Stream _ ) As Stream |
Visual C++ |
---|
public: static Stream^ ReplaceSigners( Stream^ original, SignerInformationStore^ signerInformationStore, Stream^ outStr ) |
Parameters
- original
- Type: System.IO..::..Stream
- signerInformationStore
- Type: Org.BouncyCastle.Cms..::..SignerInformationStore
- outStr
- Type: System.IO..::..Stream