Exemplo n.º 1
0
 public static void WriteTwoFactorReason(this MemoryBuffer buffer, LrpServer.Net.LrpTwoFactorReason arg)
 {
     buffer.WriteInt32((int)arg);
 }
Exemplo n.º 2
0
 public void SendTwoFactorAuth(long id, LrpServer.Net.LrpTwoFactorReason reason, string text, System.DateTime expire)
 {
     this.Instance.SendTwoFactorAuth(this.Handle, id, reason, text, expire);
 }