Beispiel #1
0
 public AuthenticationCallback(string s)
 {
     iafc = new InternalAuthenticationFunctionCallback(() => s);
 }
Beispiel #2
0
 public AuthenticationCallback(Func <string> f_s)
 {
     iafc = new InternalAuthenticationFunctionCallback(f_s);
 }