8 internal sealed class CryptoConvert
43 if (
blob !=
null && num == 0 && num == 0)
61 if (num == 0 && num == 0)
92 if (
blob ==
null || num != 0 || num == 0)
102 if (num == 0 && num == 0)
class f__AnonymousType0<< Count > j__TPar
static byte[] Trim(byte[] array)
static RSA FromCapiPublicKeyBlob(byte[] blob, int offset)
static byte[] ToCapiPrivateKeyBlob(RSA rsa)
static byte[] ToCapiPublicKeyBlob(RSA rsa)
static int ToInt32LE(byte[] bytes, int offset)
static byte[] ToCapiPrivateKeyBlob(DSA dsa)
static DSA FromCapiKeyBlobDSA(byte[] blob, int offset)
static RSAParameters GetParametersFromCapiPrivateKeyBlob(byte[] blob, int offset)
static DSA FromCapiPublicKeyBlobDSA(byte[] blob, int offset)
static RSA FromCapiKeyBlob(byte[] blob)
static RSA FromCapiPrivateKeyBlob(byte[] blob, int offset)
static DSA FromCapiPrivateKeyBlobDSA(byte[] blob, int offset)
static RSAParameters GetParametersFromCapiPublicKeyBlob(byte[] blob, int offset)
static byte[] GetBytesLE(int val)
static byte[] ToCapiPublicKeyBlob(DSA dsa)
static uint ToUInt32LE(byte[] bytes, int offset)
static RSA FromCapiKeyBlob(byte[] blob, int offset)
static DSA FromCapiKeyBlobDSA(byte[] blob)
static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)