OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

RSA_Cipher.DecryptValue Method 

Decrypt the given byte-array by using the currently imported RSA-Parameters.

public override byte[] DecryptValue(
   byte[] rgb
);

Parameters

rgb
Data to decrypt as byte array.

Return Value

See Also

RSA_Cipher Class | de.osci.osci12.dotcommon Namespace