コード例 #1
0
 public ManagementBuilder WithAuthenticatioNMethod(CardHolderAuthenticationMethod value)
 {
     AuthenticationMethod = value;
     return(this);
 }
コード例 #2
0
 public AuthorizationBuilder WithAuthenticationMethod(CardHolderAuthenticationMethod value)
 {
     AuthenticationMethod = value;
     return(this);
 }