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, _ base64 As Boolean _ ) As String |
C# |
---|
public string ToString( SignatureHashAlgorithm algorithm, bool base64 ) |
Parameters
- algorithm
- Type: Rebex.Security.Certificates..::..SignatureHashAlgorithm
Algorithm to be used to compute the fingerprint.
- base64
- Type: System..::..Boolean
True to use Base64 format; false to use legacy format.