public async Task <byte[]> ToByteArrayAsync()
 {
     this.EnsureNotDisposed();
     return(await Task.FromResult(_encryptedKey.ToByteArray()));
 }