Namespace: Org.BouncyCastle.Ocsp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public BasicOcspResp Generate( string signingAlgorithm, AsymmetricKeyParameter privateKey, X509Certificate[] chain, DateTime thisUpdate )  | 
| Visual Basic | 
|---|
Public Function Generate ( _ signingAlgorithm As String, _ privateKey As AsymmetricKeyParameter, _ chain As X509Certificate(), _ thisUpdate As DateTime _ ) As BasicOcspResp  | 
| Visual C++ | 
|---|
public: BasicOcspResp^ Generate( String^ signingAlgorithm, AsymmetricKeyParameter^ privateKey, array<X509Certificate^>^ chain, DateTime thisUpdate )  | 
Parameters
- signingAlgorithm
 - Type: System..::..String
 
- privateKey
 - Type: Org.BouncyCastle.Crypto..::..AsymmetricKeyParameter
 
- chain
 - Type: array<Org.BouncyCastle.X509..::..X509Certificate>[]()[][]
 
- thisUpdate
 - Type: System..::..DateTime