public ObjectDigestInfo(
int digestedObjectType,
string otherObjectTypeID,
AlgorithmIdentifier digestAlgorithm,
byte[] objectDigest
)
Public Sub New (
digestedObjectType As Integer,
otherObjectTypeID As String,
digestAlgorithm As AlgorithmIdentifier,
objectDigest As Byte()
)
public:
ObjectDigestInfo(
int digestedObjectType,
String^ otherObjectTypeID,
AlgorithmIdentifier^ digestAlgorithm,
array<unsigned char>^ objectDigest
)
Org.BouncyCastle.Asn1.X509.ObjectDigestInfo = function(digestedObjectType, otherObjectTypeID, digestAlgorithm, objectDigest);