SetValue

Stores a binary object in the vault.

Stores a binary object under the specified name. An exception is thrown if the vault is locked when this method is called.

Syntax

public void SetValue(
   string sName,
   byte[] baValue
)

Parameters

Examples