1 instantiation of RSAPKCS1SignatureDeformatter
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
287
return new
RSAPKCS1SignatureDeformatter
(rsa);
4 references to RSAPKCS1SignatureDeformatter
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
917
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
RSAPKCS1SignatureDeformatter
))]
netstandard (1)
netstandard.cs (1)
1921
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
RSAPKCS1SignatureDeformatter
))]
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
45
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
RSAPKCS1SignatureDeformatter
))]
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs (1)
14
DeformatterAlgorithm = typeof(
RSAPKCS1SignatureDeformatter
).AssemblyQualifiedName;