2 references to PublicKeyAlgorithm
System (1)
security\system\security\cryptography\x509\x509certificate2.cs (1)
873Oid oid = new Oid(friendlyName, OidGroup.PublicKeyAlgorithm, true);
System.Security (1)
system\security\cryptography\pkcs\pkcsmisc.cs (1)
330Reset(Oid.FromOidValue(keyInfo.Algorithm.pszObjId, OidGroup.PublicKeyAlgorithm), keyLength, parameters);