Exemple #1
0
 /// <summary>
 /// Sets Podpisovy kod poplatnika. Jedna se o podpis vybranych dat. Computed when private key available during build() call.
 /// </summary>
 /// <param name="val">The PKP.</param>
 /// <returns></returns>
 public EetRequestBuilder SetPkp(string val)
 {
     Pkp = EetRegisterRequest.ParsePkp(val);
     return(this);
 }
 /// <summary>
 /// Sets Podpisovy kod poplatnika. Jedna se o podpis vybranych dat. Computed when private key available during build() call.
 /// </summary>
 /// <param name="val">The PKP.</param>
 /// <returns></returns>
 public EetRequestBuilder SetPkp(string val)
 {// v delphi lze vlozit pkp v textovem tvaru
     Pkp = EetRegisterRequest.ParsePkp(val);
     return(this);
 }