OtherHashAlgAndValue public class OtherHashAlgAndValue : Asn1Encodable Summary description for OtherHashAlgAndValue. Documentation Code public AlgorithmIdentifier HashAlgorithm { get; } public OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm, byte[] hashValue) public OtherHashAlgAndValue(AlgorithmIdentifier hashAlgorithm, Asn1OctetString hashValue) public static OtherHashAlgAndValue GetInstance(object obj) public static OtherHashAlgAndValue GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public byte[] GetHashValue()