2 implementations of ICspAsymmetricAlgorithm
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (1)
11
public sealed class DSACryptoServiceProvider : DSA,
ICspAsymmetricAlgorithm
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (1)
10
public sealed partial class RSACryptoServiceProvider : RSA,
ICspAsymmetricAlgorithm
, IRuntimeAlgorithm
5 references to ICspAsymmetricAlgorithm
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
891
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ICspAsymmetricAlgorithm
))]
netstandard (1)
netstandard.cs (1)
1888
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ICspAsymmetricAlgorithm
))]
System.Security.Cryptography.Csp (1)
System.Security.Cryptography.Csp.cs (1)
10
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ICspAsymmetricAlgorithm
))]
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (2)
214
ICspAsymmetricAlgorithm
? cspKey = key as
ICspAsymmetricAlgorithm
;