2 instantiations of RSAPKCS1SignatureFormatter
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (2)
362return new RSAPKCS1SignatureFormatter(rsa); 372return new RSAPKCS1SignatureFormatter(rsaSha256);
4 references to RSAPKCS1SignatureFormatter
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
918[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1SignatureFormatter))]
netstandard (1)
netstandard.cs (1)
1922[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1SignatureFormatter))]
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
46[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.RSAPKCS1SignatureFormatter))]
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs (1)
13FormatterAlgorithm = typeof(RSAPKCS1SignatureFormatter).AssemblyQualifiedName;