CryptoSys PKI Pro 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
Type: Rsa.EME
Encoding method used

Return Value

Decoded message

See Also

VB6/C equivalent: RSA_DecodeMsg

[Contents] [Index]

[PREV: Rsa.DecodeDigestForSignature Method...]   [Contents]   [Index]   
   [NEXT: Rsa.DecodeMsgIso9796 Method...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.