CryptoUtilsGenerateRsaKey Method |
Generates RSA key pair.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static void GenerateRsaKey(
out byte[] privateKey,
out byte[] publicKey
)
Parameters
- privateKey Byte
- out Private key.
- publicKey Byte
- out Public Key
See Also