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# |
---|
protected internal virtual IDictionary GetBaseParameters( DerObjectIdentifier contentType, AlgorithmIdentifier digAlgId, byte[] hash ) |
Visual Basic |
---|
Protected Friend Overridable Function GetBaseParameters ( _ contentType As DerObjectIdentifier, _ digAlgId As AlgorithmIdentifier, _ hash As Byte() _ ) As IDictionary |
Visual C++ |
---|
protected public: virtual IDictionary^ GetBaseParameters( DerObjectIdentifier^ contentType, AlgorithmIdentifier^ digAlgId, array<unsigned char>^ hash ) |
Parameters
- contentType
- Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
- digAlgId
- Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier
- hash
- Type: array<System..::..Byte>[]()[][]