Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This method has been deprecated and will be removed.",  _
	True)> _
Public Function CreateSignature ( _
	hash As Byte(), _
	algorithm As SignatureHashAlgorithm _
) As Byte()
C#
[ObsoleteAttribute("This method has been deprecated and will be removed.", 
	true)]
public byte[] CreateSignature(
	byte[] hash,
	SignatureHashAlgorithm algorithm
)

Parameters

hash
Type: array<System..::..Byte>[]()[][]
algorithm
Type: Rebex.Security.Certificates..::..SignatureHashAlgorithm

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also