Beispiel #1
0
 public abstract bool Register(string name, string key, out MemberIdentity di, string ip = "");
Beispiel #2
0
 public abstract bool Register(string token, out MemberIdentity di, string ip            = "");
Beispiel #3
0
 public abstract bool Register(MemberIdentity memberIdentity, bool encoded = false);