X509Certificate2.GetHashCode Method
Returns the hash code for the X.509v3 certificate as an integer.
Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)
Syntax
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.
Version Information
Available in the .NET Micro Framework version 4.2.
See Also
Reference
X509Certificate2 Class
X509Certificate2 Members
System.Security.Cryptography.X509Certificates Namespace