Esempio n. 1
0
 private X509CertificateWithInfo(string certificate, X509CertificateInfo info)
 {
     /* SRS_X509_CERTIFICATE_WITH_INFO_21_004: [The constructor for JSON shall store the provided Info.] */
     Info = info;
     /* SRS_X509_CERTIFICATE_WITH_INFO_21_005: [The constructor for JSON shall store the provided Certificate.] */
     Certificate = certificate;
 }
Esempio n. 2
0
 private X509CertificateWithInfo(string certificate, X509CertificateInfo info)
 {
     Info        = info;
     Certificate = certificate;
 }