CryptoSys PKI Toolkit Manual

Rsa.DecodeDigestForSignature Method (Byte[])

Decode an encoded message for signature

Syntax

[C#]
public static byte[] DecodeDigestForSignature(
	byte[] data
)
[VB.NET]
Public Shared Function DecodeDigestForSignature ( _
	data As Byte() _
) As Byte()

Parameters

data
Encoded message for signature

Return Value

Decoded message digest or an empty array on error

Remarks

Only EMSA-PKCS1-v1_5 is supported.

[Contents] [Index]

[HOME]   [NEXT: Rsa.DecodeDigestForSignature Method (Byte, Boolean)...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.