IVbcHostObject.SetKeyContainer(String) Method

Definition

Specifies the name of the cryptographic key container.

public:
 bool SetKeyContainer(System::String ^ keyContainer);
public bool SetKeyContainer (string keyContainer);
abstract member SetKeyContainer : string -> bool
Public Function SetKeyContainer (keyContainer As String) As Boolean

Parameters

keyContainer
String

The name of the cryptographic key container.

Returns

true if the method was successful; otherwise, false.

Applies to