namespace PRSServer { public enum ArchiveFormat { /// /// The PCKS#12 (.PFX) format. /// PKCS12 = 3 } }