· 7 years ago · Oct 08, 2018, 02:50 AM
1public MainPage()
2 {
3 //Identificador
4 string Id = "100";
5
6 InitializeComponent();
7 BindingContext = this;
8
9 secretKey = Encoding.UTF8.GetBytes(Id);
10 }