Reads private key from PEM file (BEGIN RSA PRIVATE KEY / BEGIN PRIVATE KEY).
Namespace: Limilabs.CryptographyAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public RSACryptoServiceProvider ReadPrivateKey( string pem ) |
| Visual Basic |
|---|
Public Function ReadPrivateKey ( _ pem As String _ ) As RSACryptoServiceProvider |
| Visual C++ |
|---|
public: RSACryptoServiceProvider^ ReadPrivateKey( String^ pem ) |
Parameters
- pem
- Type: System..::..String
String to read from