CipherDigitalSignature DerEncode Method SSH .NET Client Library Documentation
Encodes hash using DER.

Namespace: Renci.SshNet.Security.Cryptography
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

protected byte[] DerEncode(
	byte[] hashData
)

Parameters

hashData
Type:  OnlineSystem Byte 
The hash data.

Return Value

DER Encoded byte array
See Also