コード例 #1
0
 public AuthenticationChallengeResponse(Dictionary<int,String> answers)
 {
     this.response = new Response(answers);
 }
コード例 #2
0
 public AuthenticationChallengeResponse()
 {
     this.response = new Response();
 }