コード例 #1
0
 public void SetPasswordMasterKeyBytes(byte[] bytes)
 {
     PasswordMasterKey = SecureStringWrapper.ConvertToHex(bytes);
 }