source:
BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/BMX41000/IHS BMX Framework/IndianHealthService.BMXNet/Net/IEncryptionProvider.cs@
1416
Last change on this file since 1416 was 1146, checked in by , 14 years ago | |
---|---|
File size: 261 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Text; |
4 | |
5 | namespace IndianHealthService.BMXNet.Net |
6 | { |
7 | public interface IEncryptionProvider |
8 | { |
9 | String Encrypt(String aString); |
10 | String Decrypt(String aString); |
11 | } |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.