Description Usage Arguments Value Author(s) Examples
loads the generated keys
1 | LoadKey(key.path, Private)
|
key.path |
Specify the path of the key in "". The file extensions should end in ".pem" or ".der" |
Private |
Boolean. If the key is a private key use TRUE. If the key is public key use FALSE. |
Loads public and private keys from specific paths
"Revanth Nemani <raynemani@gmail.com>"
"Aditya Vikram <adyviky9@gmail.com>"
1 2 3 4 | ## Not run:
LoadKey("Encription/private.pem", Private)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.