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