public Provider(ProfileInfo profile)
 {
     profileInfo = profile;
 }
Пример #2
0
 public DataSecurityManager()
 {
     profileCollection["BrokerA"] =
         new ProfileInfo(ConfidentialAlgo.Rijndael, IntegrityAlgo.SHA1, @"C:\PubPrivKey.txt");
 }