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

Asn1GetHashCode() protected method

protected Asn1GetHashCode ( ) : int
return int
		protected override int Asn1GetHashCode()
		{
			return -1;
		}
	}