Mentalis.org Security Library documentation

Certificate.GetHashCode Method 

Returns the hash code for the X.509v3 certificate as an integer.

[Visual Basic]
Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();

Return Value

The hash code for the X.509 certificate as an integer.

Remarks

If the X.509 certificate hash is an array of more than 4 bytes, any byte after the fourth byte is not seen in this integer representation.

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace