1 instantiation of DSASignatureDeformatter
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
276return new DSASignatureDeformatter(dsa);
4 references to DSASignatureDeformatter
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
878[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureDeformatter))]
netstandard (1)
netstandard.cs (1)
1869[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureDeformatter))]
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
17[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DSASignatureDeformatter))]
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\DSASignatureDescription.cs (1)
16DeformatterAlgorithm = typeof(DSASignatureDeformatter).AssemblyQualifiedName;