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