Example #1
0
 /// <summary>
 /// Adds the cryptography interceptor.
 /// </summary>
 /// <param name="cryptographyInterceptor">Cryptography interceptor.</param>
 public static void AddCryptographyInterceptor(CryptographyInterceptor cryptographyInterceptor)
 {
     if (!cryptographyMap.ContainsKey(cryptographyInterceptor.GetTriggeringPath()))
     {
         cryptographyMap.Add(cryptographyInterceptor.GetTriggeringPath(), cryptographyInterceptor);
     }
 }