public
Description: Custom Symmetric Encryption Pipeline Component for BizTalk Server 2006
Homepage:
Clone URL: git://github.com/tomasr/cryptopipeline.git
cryptopipeline / CommonSsoDefs.cs
100644 7 lines (6 sloc) 0.229 kb
1
2
3
4
5
6
7
using System;
 
sealed class CommonSsoDefs {
   public const string CRYPTO_KEY_FIELD = "CrytoKey";
   public const string CRYPTO_IV_FIELD = "CryptoIV";
   public const string CONFIG_NAME = "da46d47d-ad9d-41d4-be31-f95a3155d727";
}