namespace com.hitrust.b2b.Security.Cryptography { using System; internal enum CryptoProvider { RsaAes = 0x18, RsaFull = 1 } }