4 writes to KeyAlgorithm
Microsoft.Build.Tasks.Core (1)
ManifestUtil\RSAPKCS1SHA256SignatureDescription.cs (1)
17KeyAlgorithm = typeof(RSACryptoServiceProvider).FullName;
System.Security.Cryptography (1)
System\Security\Cryptography\SignatureDescription.cs (1)
23KeyAlgorithm = el.SearchForTextOfTag("Key");
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\DSASignatureDescription.cs (1)
14KeyAlgorithm = typeof(DSA).AssemblyQualifiedName;
System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs (1)
12KeyAlgorithm = typeof(RSA).AssemblyQualifiedName;
1 reference to KeyAlgorithm
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
1034Type ta = Type.GetType(signatureDescription.KeyAlgorithm!)!;