コード例 #1
0
 public byte[] GetCerData()
 {
     return(DerEncodedCertificate.Export(X509ContentType.Cert));
 }
コード例 #2
0
 public byte[] GetPfxData()
 {
     return(DerEncodedCertificate.Export(X509ContentType.Pfx, UserPassword));
 }