12 references to AlgId
System.Security.Cryptography.Pkcs (12)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (7)
143public static AlgId ToAlgId(this string oidValue) 146return (AlgId)(info.AlgId); 255AlgId algId = oidValue.ToAlgId(); 260case AlgId.CALG_RC2: 288case AlgId.CALG_RC4: 308case AlgId.CALG_DES: 313case AlgId.CALG_3DES:
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (5)
354AlgId algId = contentEncryptionAlgorithm.Oid.Value!.ToAlgId(); 355if (algId == AlgId.CALG_RC2) 436AlgId algId = algorithmOidValue.ToAlgId(); 437if (!(algId == AlgId.CALG_RC2 || algId == AlgId.CALG_RC4))