90 bool flag =
char.IsWhiteSpace(c);
92 bool flag2 =
char.IsWhiteSpace(
c2);
154 internal static byte[]
Int(uint i)
236 bool flag =
"2.16.840.1.101.3.4.2.2" ==
"1.3.14.3.2.26";
class f__AnonymousType0<< Count > j__TPar
static byte[] RsaOaepEncrypt(RSA rsa, HashAlgorithm hash, PKCS1MaskGenerationMethod mgf, RandomNumberGenerator rng, byte[] data)
static byte[] GenerateRandom(int keySize)
static string DiscardWhiteSpaces(string inputBuffer)
static RNGCryptoServiceProvider _rng
static string DiscardWhiteSpaces(string inputBuffer, int inputOffset, int inputCount)
static byte[] ConvertIntToByteArray(int dwInput)
static bool CompareBigIntArrays(byte[] lhs, byte[] rhs)
static void DWORDToBigEndian(byte[] block, uint[] x, int digits)
const int DefaultRsaProviderType
static byte[] Int(uint i)
static int ConvertByteArrayToInt(byte[] input)
static void ConvertIntToByteArray(uint dwInput, byte[] counter)
static void QuadWordToBigEndian(byte[] block, ulong[] x, int digits)
static unsafe void QuadWordFromBigEndian(ulong *x, int digits, byte *block)
static byte[] RsaPkcs1Padding(RSA rsa, byte[] oid, byte[] hash)
static unsafe void DWORDFromBigEndian(uint *x, int digits, byte *block)
static byte[] RsaOaepDecrypt(RSA rsa, HashAlgorithm hash, PKCS1MaskGenerationMethod mgf, byte[] encryptedData)
static HashAlgorithmName OidToHashAlgorithmName(string oid)
static bool HasAlgorithm(int dwCalg, int dwKeySize)
static bool DoesRsaKeyOverride(RSA rsaKey, string methodName, Type[] parameterTypes)
static byte[] FixupKeyParity(byte[] key)
static bool _ProduceLegacyHmacValues()
static void DWORDToLittleEndian(byte[] block, uint[] x, int digits)
static RNGCryptoServiceProvider StaticRandomNumberGenerator
static bool DoesRsaKeyOverrideSlowPath(Type t, string methodName, Type[] parameterTypes)
static unsafe void DWORDFromLittleEndian(uint *x, int digits, byte *block)
static HashAlgorithmName SHA1