Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This method has been deprecated and should no longer be used.",  _
	False)> _
Public Shared Function SignHash ( _
	rsa As RSA, _
	rgbHash As Byte(), _
	algorithm As String _
) As Byte()
C#
[ObsoleteAttribute("This method has been deprecated and should no longer be used.", 
	false)]
public static byte[] SignHash(
	RSA rsa,
	byte[] rgbHash,
	string algorithm
)

Parameters

rsa
Type: System.Security.Cryptography..::..RSA
rgbHash
Type: array<System..::..Byte>[]()[][]
algorithm
Type: System..::..String

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also