Returns the hash code for the X.509v3 certificate as an integer.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public override int GetHashCode() |
Visual Basic |
---|
Public Overrides Function GetHashCode As Integer |
Visual C++ |
---|
public: virtual int GetHashCode() override |
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.