Returns the fingerprint produced using the specified algorithm as a byte array.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Function ToArray ( _ algorithm As SignatureHashAlgorithm _ ) As Byte() |
C# |
---|
public byte[] ToArray( SignatureHashAlgorithm algorithm ) |
Parameters
- algorithm
- Type: Rebex.Security.Certificates..::..SignatureHashAlgorithm
Algorithm to be used to compute the fingerprint.