Namespace: Org.BouncyCastle.Asn1.Esf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class OtherHash : Asn1Encodable, IAsn1Choice
Visual Basic
Public Class OtherHash _
	Inherits Asn1Encodable _
	Implements IAsn1Choice
Visual C++
public ref class OtherHash : public Asn1Encodable, 
	IAsn1Choice

Remarks

CopyC#
OtherHash ::= CHOICE {
    sha1Hash    OtherHashValue, -- This contains a SHA-1 hash
    otherHash    OtherHashAlgAndValue
}

OtherHashValue ::= OCTET STRING

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Asn1..::..Asn1Encodable
    Org.BouncyCastle.Asn1.Esf..::..OtherHash

See Also