ICscHostObject.SetKeyContainer(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 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.