system\security\cryptography\pkcs\pkcsmisc.cs (5)
308Reset(Oid.FromOidValue(CAPI.szOID_RSA_DES_EDE3_CBC, OidGroup.EncryptionAlgorithm), 0, new byte[0]);
312Reset(oid, 0, new byte[0]);
316Reset(oid, keyLength, new byte[0]);
330Reset(Oid.FromOidValue(keyInfo.Algorithm.pszObjId, OidGroup.PublicKeyAlgorithm), keyLength, parameters);
428Reset(Oid.FromOidValue(algorithmIdentifier.pszObjId, OidGroup.All), keyLength, parameters);