Exemple #1
0
 public Builder SetAuthChallenge(CommandAuthChallenge value)
 {
     _base.authChallenge = value ?? throw new NullReferenceException();
     return(this);
 }
Exemple #2
0
 public Builder()
 {
     _auth = new CommandAuthChallenge();
 }