source:
BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/BMX41000/IHS BMX Framework/IndianHealthService.BMXNet/Net/EncryptionKeyProvider.cs@
1561
      
      | Last change on this file since 1561 was 1146, checked in by , 15 years ago | |
|---|---|
| File size: 302 bytes | |
| Line | |
|---|---|
| 1 | using System; | 
| 2 | using System.Collections.Generic; | 
| 3 | using System.Text; | 
| 4 | |
| 5 | namespace IndianHealthService.BMXNet.Net | 
| 6 | { | 
| 7 | /// <summary> | 
| 8 | /// A provider of the BMX Ade encryption key | 
| 9 | /// </summary> | 
| 10 | public interface EncryptionKeyProvider | 
| 11 | { | 
| 12 | String[] Keys { get; } | 
| 13 | } | 
| 14 | } | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
