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