Org.BouncyCastle.Asn1.DerBitString.Asn1GetHashCode C# (CSharp) Method

Asn1GetHashCode() protected method

protected Asn1GetHashCode ( ) : int
return int
        protected override int Asn1GetHashCode()
		{
			return mPadBits.GetHashCode() ^ Arrays.GetHashCode(mData);
		}