﻿using System;
using System.Collections.Generic;
using System.Text;

namespace IndianHealthService.BMXNet.Net
{
    /// <summary>
    /// A provider of the BMX Ade encryption key
    /// </summary>
    public interface EncryptionKeyProvider
    {
        String[] Keys { get; }
    }
}
