3 references to KnownOids
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1362
KeyFormatHelper.ReadSubjectPublicKeyInfo(
KnownOids
, source, SubjectPublicKeyReader, out int read, out MLDsa mldsa);
1425
KeyFormatHelper.ReadPkcs8(
KnownOids
, source, MLDsaKeyReader, out int read, out MLDsa dsa);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
486
ReadOnlySpan<byte> privateKey = KeyFormatHelper.ReadPkcs8(
KnownOids
, pkcs8.AsSpan(), out _);