Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public byte[] GetEncodedPKCS7( byte[] secondDigest, DateTime signingTime, ITSAClient tsaClient, byte[] ocsp ) |
Visual Basic |
---|
Public Function GetEncodedPKCS7 ( _ secondDigest As Byte(), _ signingTime As DateTime, _ tsaClient As ITSAClient, _ ocsp As Byte() _ ) As Byte() |
Visual C++ |
---|
public: array<unsigned char>^ GetEncodedPKCS7( array<unsigned char>^ secondDigest, DateTime signingTime, ITSAClient^ tsaClient, array<unsigned char>^ ocsp ) |
Parameters
- secondDigest
- Type: array<System..::..Byte>[]()[][]
- signingTime
- Type: System..::..DateTime
- tsaClient
- Type: iTextSharp.text.pdf..::..ITSAClient
- ocsp
- Type: array<System..::..Byte>[]()[][]