Esempio n. 1
0
 /// <summary>
 /// Get public key
 /// </summary>
 /// <returns></returns>
 public string GetPublicKey()
 {
     return(pbKey.GetKeyString());
 }
Esempio n. 2
0
 /// <summary>
 /// Get private key
 /// </summary>
 /// <returns></returns>
 public string GetPrivateKey()
 {
     return(pvKey.GetKeyString());
 }