Implemented interface member:
method
ExportCspBlob
System.Security.Cryptography.ICspAsymmetricAlgorithm.ExportCspBlob(System.Boolean)
3 references to ExportCspBlob
Microsoft.Build.Tasks.Core (2)
ManifestUtil\mansign2.cs (2)
515cspPublicKeyBlob = cryptoProvider.ExportCspBlob(false); 526cspPublicKeyBlob = rsaCsp.ExportCspBlob(false);
System.Security.Cryptography (1)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
335byte[] cspBlob = ExportCspBlob(includePrivateParameters);