ICscHostObject.SetKeyFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the file name containing the cryptographic key.
public:
bool SetKeyFile(System::String ^ keyFile);
public bool SetKeyFile (string keyFile);
abstract member SetKeyFile : string -> bool
Public Function SetKeyFile (keyFile As String) As Boolean
Parameters
- keyFile
- String
The name of the file containing the cryptographic key.
Returns
true
if the method was successful; otherwise, false
.