using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Security.Cryptography;
|
|
|
|
namespace Bwp.ABCClient2.Core
|
|
{
|
|
public static class Const
|
|
{
|
|
public static string SHA1OID = CryptoConfig.MapNameToOID("SHA1");
|
|
}
|
|
}
|