コード例 #1
0
 public ConcludeAuthenticationRequest(IAppKeys appKeys)
 {
     _appKeys = appKeys;
 }
コード例 #2
0
 public BeginAuthenticationRequest(IAppKeys appKeys)
 {
     _appKeys = appKeys;
 }