Symantec Developer Group

 View Only

Error when adding a public PGP key to Symantec Encryption Mgmt Server(SEMS)

  • 1.  Error when adding a public PGP key to Symantec Encryption Mgmt Server(SEMS)

    Posted Oct 01, 2014 05:53 PM

     

    I am using a Didisoft Library to add a public PGP key to SEMS. Here is my code:

     

    DidiSoft.Pgp.Net.LdapClient ldap = new DidiSoft.Pgp.Net.LdapClient(pgpServer);

    ldap.SubmitKey(File.ReadAllBytes(@"c:\junk3\pcliftpublic.asc"));

    Here is my error :   The server is unwilling to process the request

     

    Any ideas ?

    Thanks, Peter