3 references to ToAlgId
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
255AlgId algId = oidValue.ToAlgId();
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (2)
354AlgId algId = contentEncryptionAlgorithm.Oid.Value!.ToAlgId(); 436AlgId algId = algorithmOidValue.ToAlgId();