Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public AttributeCertificateHolder(
int digestedObjectType,
string digestAlgorithm,
string otherObjectTypeID,
byte[] objectDigest
) |
| Visual Basic |
|---|
Public Sub New ( _
digestedObjectType As Integer, _
digestAlgorithm As String, _
otherObjectTypeID As String, _
objectDigest As Byte() _
) |
| Visual C++ |
|---|
public:
AttributeCertificateHolder(
int digestedObjectType,
String^ digestAlgorithm,
String^ otherObjectTypeID,
array<unsigned char>^ objectDigest
) |
See Also