using System; using System.Collections.Generic; using System.Text; namespace IndianHealthService.BMXNet.Net { public interface IEncryptionKeyProvider { String[] Keys { get; } } }