Namespace: Org.BouncyCastle.Tsp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public TimeStampRequest Generate( string digestAlgorithmOid, byte[] digest, BigInteger nonce )  | 
| Visual Basic | 
|---|
Public Function Generate ( _ digestAlgorithmOid As String, _ digest As Byte(), _ nonce As BigInteger _ ) As TimeStampRequest  | 
| Visual C++ | 
|---|
public: TimeStampRequest^ Generate( String^ digestAlgorithmOid, array<unsigned char>^ digest, BigInteger^ nonce )  | 
Parameters
- digestAlgorithmOid
 - Type: System..::..String
 
- digest
 - Type: array<System..::..Byte>[]()[][]
 
- nonce
 - Type: Org.BouncyCastle.Math..::..BigInteger