3 references to MapNameToOID
System.Security.Cryptography (3)
System\Security\Cryptography\CapiHelper.Unix.cs (1)
31
string oidValue = CryptoConfig.
MapNameToOID
(nameOrOid) ?? nameOrOid;
System\Security\Cryptography\RSAPKCS1SignatureDeformatter.cs (1)
33
if (CryptoConfig.
MapNameToOID
(strName) != null)
System\Security\Cryptography\RSAPKCS1SignatureFormatter.cs (1)
34
if (CryptoConfig.
MapNameToOID
(strName) != null)