Exemplo n.º 1
0
 private static string EncryptSecurityToken(Hashtable securityData)
 {
     return securityData.Serialize().Encrypt();
 }