IVbcHostObject.SetKeyFile(String) Method

Definition

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.

Applies to