1 instantiation of DSASignatureFormatter
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
351return new DSASignatureFormatter(dsa);
4 references to DSASignatureFormatter
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
879[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureFormatter))]
netstandard (1)
netstandard.cs (1)
1870[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureFormatter))]
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
19[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureFormatter))]
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\DSASignatureDescription.cs (1)
15FormatterAlgorithm = typeof(DSASignatureFormatter).AssemblyQualifiedName;