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)
515
cspPublicKeyBlob = cryptoProvider.
ExportCspBlob
(false);
526
cspPublicKeyBlob = rsaCsp.
ExportCspBlob
(false);
System.Security.Cryptography (1)
System\Security\Cryptography\RSACryptoServiceProvider.Windows.cs (1)
335
byte[] cspBlob =
ExportCspBlob
(includePrivateParameters);