6 references to GetOidValue
System.Security.Cryptography (6)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcKey.cs (1)
68
return Interop.Crypto.
GetOidValue
(objCurveName);
System\Security\Cryptography\OidLookup.OpenSsl.cs (1)
50
return Interop.Crypto.
GetOidValue
(sharedObject);
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (4)
309
return Interop.Crypto.
GetOidValue
(oidPtr);
350
return Interop.Crypto.
GetOidValue
(oidPtr);
458
string oidValue = Interop.Crypto.
GetOidValue
(oidPtr);
508
string oidValue = Interop.Crypto.
GetOidValue
(oidPtr);