Exemplo n.º 1
0
 public void GetCertificateByAlias(VMCertType type, string alias)
 {
 }
Exemplo n.º 2
0
 public void GetCertificateByAlias (VMCertType type, string alias)
 {
 }
Exemplo n.º 3
0
 public VMCertStoreSession(VMCertStoreClient client, VMCertType certType)
 {
     Client   = client;
     CertType = certType;
 }
Exemplo n.º 4
0
 *