3 references to MapNameToOID
System.Security.Cryptography (3)
System\Security\Cryptography\CapiHelper.Windows.cs (1)
1035string oidValue = CryptoConfig.MapNameToOID(nameOrOid) ?? nameOrOid; // we were probably passed an OID value directly
System\Security\Cryptography\RSAPKCS1SignatureDeformatter.cs (1)
33if (CryptoConfig.MapNameToOID(strName) != null)
System\Security\Cryptography\RSAPKCS1SignatureFormatter.cs (1)
34if (CryptoConfig.MapNameToOID(strName) != null)