GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
Exemple #1
0
 public static string getStringFromKey(Org.BouncyCastle.Crypto.AsymmetricKeyParameter key)
 {
     return(System.Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(Convert.ToString(key.GetHashCode()))));
 }