Esempio n. 1
0
 internal static string PublicKeyXmlFromAssembly(string assemblyPath)
 {
     return(RsaKey.XmlStringFromAssembly(assemblyPath));
 }