CryptoSys PKI Pro Manual

Rsa.DecodeMsg Method

Decode a PKCS-1 encoded block. [OBSOLETE]

Syntax

[C#]
[ObsoleteAttribute("Use Rsa.DecodeMsgForEncryption() or Rsa.DecodeDigestForSignature() instead", 
	false)]
public static byte[] DecodeMsg(
	byte[] data,
	Rsa.EncodeFor method
)
[VB.NET]
<ObsoleteAttribute("Use Rsa.DecodeMsgForEncryption() or Rsa.DecodeDigestForSignature() instead",  _
	False)> _
Public Shared Function DecodeMsg ( _
	data As Byte(), _
	method As Rsa.EncodeFor _
) As Byte()

Parameters

data
Binary data to be decoded
method
Type: Rsa.EncodeFor
Method to use

Return Value

Decoded data

Remarks

OBSOLETE. Use DecodeMsgForEncryption or DecodeDigestForSignature

[Contents] [Index]

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

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