2 implementations of ICspAsymmetricAlgorithm
mscorlib (2)
system\security\cryptography\dsacryptoserviceprovider.cs (1)
37public sealed class DSACryptoServiceProvider : DSA, ICspAsymmetricAlgorithm {
system\security\cryptography\rsacryptoserviceprovider.cs (1)
41, ICspAsymmetricAlgorithm
9 references to ICspAsymmetricAlgorithm
System (5)
security\system\security\cryptography\x509\x509certificate2.cs (5)
819ICspAsymmetricAlgorithm asymmetricAlgorithm = value as ICspAsymmetricAlgorithm; 843ICspAsymmetricAlgorithm publicKey = this.PublicKey.Key as ICspAsymmetricAlgorithm; 1389private static unsafe void SetPrivateKeyProperty (SafeCertContextHandle safeCertContextHandle, ICspAsymmetricAlgorithm asymmetricAlgorithm) {
System.Core (2)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (2)
145ICspAsymmetricAlgorithm cspAlgorithm = key as ICspAsymmetricAlgorithm;
System.Security (2)
system\security\cryptography\xml\SignedXmlDebugLog.cs (2)
212ICspAsymmetricAlgorithm cspKey = key as ICspAsymmetricAlgorithm;