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

Syntax

Visual Basic
<ObsoleteAttribute("This method has been deprecated. Please use CryptoHelper.DecodeSignature instead.",  _
	False)> _
Public Shared Function DecodeSignatureFromDer ( _
	encodedSignature As Byte() _
) As Byte()
C#
[ObsoleteAttribute("This method has been deprecated. Please use CryptoHelper.DecodeSignature instead.", 
	false)]
public static byte[] DecodeSignatureFromDer(
	byte[] encodedSignature
)

Parameters

encodedSignature
Type: array<System..::..Byte>[]()[][]

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also