CryptoSys PKI Toolkit Manual

Rsa.DecodeMsgForEncryption Method

Decode a message for encryption

Syntax

[C#]
public static byte[] DecodeMsgForEncryption(
	byte[] data,
	Rsa.EME method
)
[VB.NET]
Public Shared Function DecodeMsgForEncryption ( _
	data As Byte(), _
	method As Rsa.EME _
) As Byte()

Parameters

data
Encoded message
method
Encoding method used

Return Value

Decoded message

[Contents] [Index]


[HOME]   [NEXT: Rsa.DecodeMsgIso9796 Method...]

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