CryptoSys PKI Pro Manual

Rsa.DecodeMsgIso9796 Method

Decode a message padded using ISO/IEC 9796-1 formatting.

Syntax

[C#]
public static byte[] DecodeMsgIso9796(
   byte[] data,
   int keyBits 
)
[VB]
Public Shared Function DecodeMsgIso9796 (
   data As Byte(),
   keyBits As Integer 
) As Byte()

Parameters

data  Byte
encoded message for signature
keyBits  Int32
exact length of key in bits

Return Value

Byte
Recovered message or an empty array on error

See Also

VB6/C equivalent: RSA_DecodeMsg

[Contents] [Index]

[PREV: Rsa.DecodeMsgForEncryption Method...]   [Contents]   [Index]   
   [NEXT: Rsa.Decrypt Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.