Imports the key specified by UserId to the current keyring.
[VB.NET] Public Function ImportKeyBAsync(ByVal Data As String, ByVal UserId As String) As Task
[C#] public Task ImportKeyBAsync(byte[] data, string userId);