source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet/Net/IEncryptionKeyProvider.cs@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 214 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace IndianHealthService.BMXNet.Net
6{
7 public interface IEncryptionKeyProvider
8 {
9 String[] Keys { get; }
10 }
11}
Note: See TracBrowser for help on using the repository browser.