3 writes to KeyAlgorithm
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)
1019Type ta = Type.GetType(signatureDescription.KeyAlgorithm!)!;