'Declaration
Public Overloads Sub SavePrivateKey( _ ByVal fileStream As System.IO.Stream, _ ByVal password As System.String _ )
'Usage
Dim instance As Credential Dim fileStream As System.IO.Stream Dim password As System.String instance.SavePrivateKey(fileStream, password)
public void SavePrivateKey( System.IO.Stream fileStream, System.string password )
Parameters
- fileStream
- The stream where the key will be written.
- password
- A password which will be used to encrypt the key.