2 writes to KeyAlgorithm
mscorlib (2)
system\security\cryptography\signaturedescription.cs (2)
88KeyAlgorithm = "System.Security.Cryptography.RSA"; 136KeyAlgorithm = "System.Security.Cryptography.DSACryptoServiceProvider";
1 reference to KeyAlgorithm
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
975Type ta = Type.GetType(signatureDescription.KeyAlgorithm);