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