Calculates a hash value based on the values of the contained certificate objects.

 

   

Syntax
 

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

 

   

Params
 
Name Description
return The hash value calculated.

 

   

Notes
 

This method returns the hash value based on the values of the contained certificate objects.

 

   

Example
 

None.