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

RSA_Cipher.EncryptValue Method 

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

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

Parameters

rgb
Data to encrypt as byte array.

Return Value

See Also

RSA_Cipher Class | de.osci.osci12.dotcommon Namespace