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