'Declaration
Public Overloads Sub LoadKey( _ 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.LoadKey(fileStream, password)
public void LoadKey( System.IO.Stream fileStream, System.string password )
Parameters
- fileStream
- A Stream which will supply the key to be loaded.
- password
- The password which was used to encrypt the key (if needed).