CryptoSys PKI Pro 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.

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: RSA_DecodeMsg

[Contents] [Index]

[PREV: Rsa.CheckKey Method (StringBuilder)...]   [Contents]   [Index]   
   [NEXT: Rsa.DecodeDigestForSignature Method (Byte, Boolean)...]

Copyright © 2004-21 D.I. Management Services Pty Ltd. All rights reserved. Generated 2021-10-01T09:03:20Z.