示例#1
0
 public SignerBuilder ChallengedWithKnowledgeBasedAuthentication(SignerInformationForEquifaxUSA signerInformationForEquifaxUSA)
 {
     if (this.knowledgeBasedAuthentication == null)
     {
         this.knowledgeBasedAuthentication = new KnowledgeBasedAuthentication();
     }
     this.knowledgeBasedAuthentication.SignerInformationForEquifaxUSA = signerInformationForEquifaxUSA;
     return(this);
 }
示例#2
0
 public SignerBuilder ChallengedWithKnowledgeBasedAuthentication(KnowledgeBasedAuthentication knowledgeBasedAuthentication)
 {
     if (this.knowledgeBasedAuthentication == null)
     {
         this.knowledgeBasedAuthentication = new KnowledgeBasedAuthentication();
     }
     this.knowledgeBasedAuthentication = knowledgeBasedAuthentication;
     return(this);
 }