7 references to PublicKeyAlgorithm
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
120
group == OidGroup.
PublicKeyAlgorithm
||
System\Security\Cryptography\CngKey.EC.cs (1)
30
oidValue = curveName is null ? null : OidLookup.ToOid(curveName, OidGroup.
PublicKeyAlgorithm
, fallBackToAllGroups: false);
System\Security\Cryptography\ECCurve.cs (1)
132
oid = Oid.FromFriendlyName(oidFriendlyName, OidGroup.
PublicKeyAlgorithm
);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
106
algId = Interop.Crypt32.FindOidInfo(Interop.Crypt32.CryptOidInfoKeyType.CRYPT_OID_INFO_OID_KEY, keyAlgorithmOid, OidGroup.
PublicKeyAlgorithm
, fallBackToAllGroups: true).AlgId;
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (1)
51
int algId = Interop.Crypt32.FindOidInfo(CryptOidInfoKeyType.CRYPT_OID_INFO_OID_KEY, oid.Value!, OidGroup.
PublicKeyAlgorithm
, fallBackToAllGroups: true).AlgId;
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
245
AlgorithmIdentifier algorithmId = new AlgorithmIdentifier(Oid.FromOidValue(oidValue, OidGroup.
PublicKeyAlgorithm
), keyLength);
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
120
group == OidGroup.
PublicKeyAlgorithm
||