public OtherHashAlgAndValue(
AlgorithmIdentifier hashAlgorithm,
byte[] hashValue
)
Public Sub New (
hashAlgorithm As AlgorithmIdentifier,
hashValue As Byte()
)
public:
OtherHashAlgAndValue(
AlgorithmIdentifier^ hashAlgorithm,
array<unsigned char>^ hashValue
)
Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue = function(hashAlgorithm, hashValue);