Msr.UpdateKey(String, 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.
Provides a new encryption key to the device.
public virtual void UpdateKey (string key, string keyName);
abstract member UpdateKey : string * string -> unit
override this.UpdateKey : string * string -> unit
Public Overridable Sub UpdateKey (key As String, keyName As String)
Parameters
- key
- String
A Hex-ASCII value for a new key.
- keyName
- String
A name used to identify the key.