1 instantiation of DSAKeyValue
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1161keyInfo.AddClause(new DSAKeyValue((DSA)key)); // DSA
2 references to DSAKeyValue
System.Security (2)
system\security\cryptography\xml\signedxml.cs (2)
464DSAKeyValue dsaKeyValue = m_keyInfoEnum.Current as DSAKeyValue;