Initializes a new instance of the TstInfo class
Namespace: Org.BouncyCastle.Asn1.TspAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public TstInfo( DerObjectIdentifier tsaPolicyId, MessageImprint messageImprint, DerInteger serialNumber, DerGeneralizedTime genTime, Accuracy accuracy, DerBoolean ordering, DerInteger nonce, GeneralName tsa, X509Extensions extensions ) |
Visual Basic |
---|
Public Sub New ( _ tsaPolicyId As DerObjectIdentifier, _ messageImprint As MessageImprint, _ serialNumber As DerInteger, _ genTime As DerGeneralizedTime, _ accuracy As Accuracy, _ ordering As DerBoolean, _ nonce As DerInteger, _ tsa As GeneralName, _ extensions As X509Extensions _ ) |
Visual C++ |
---|
public: TstInfo( DerObjectIdentifier^ tsaPolicyId, MessageImprint^ messageImprint, DerInteger^ serialNumber, DerGeneralizedTime^ genTime, Accuracy^ accuracy, DerBoolean^ ordering, DerInteger^ nonce, GeneralName^ tsa, X509Extensions^ extensions ) |
Parameters
- tsaPolicyId
- Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
- messageImprint
- Type: Org.BouncyCastle.Asn1.Tsp..::..MessageImprint
- serialNumber
- Type: Org.BouncyCastle.Asn1..::..DerInteger
- genTime
- Type: Org.BouncyCastle.Asn1..::..DerGeneralizedTime
- accuracy
- Type: Org.BouncyCastle.Asn1.Tsp..::..Accuracy
- ordering
- Type: Org.BouncyCastle.Asn1..::..DerBoolean
- nonce
- Type: Org.BouncyCastle.Asn1..::..DerInteger
- extensions
- Type: Org.BouncyCastle.Asn1.X509..::..X509Extensions