Computes a fingerprint of the specified Base64-encoded key.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function FromBase64String ( _ encodedKey As String _ ) As SshFingerprint |
| C# |
|---|
public static SshFingerprint FromBase64String( string encodedKey ) |
Parameters
- encodedKey
- Type: System..::..String
Base64-encoded key data.