Returns a string representation of the fingerprint produced using the specified algorithm.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Function ToString ( _ algorithm As SignatureHashAlgorithm _ ) As String |
C# |
---|
public string ToString( SignatureHashAlgorithm algorithm ) |
Parameters
- algorithm
- Type: Rebex.Security.Certificates..::..SignatureHashAlgorithm
Algorithm to be used to compute the fingerprint.