Implemented interface member:
method
ExportCspBlob
System.Security.Cryptography.ICspAsymmetricAlgorithm.ExportCspBlob(System.Boolean)
2 references to ExportCspBlob
System.Security.Cryptography (2)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (2)
303
byte[] cspBlob =
ExportCspBlob
(includePrivateParameters);
313
cspPublicBlob =
ExportCspBlob
(false);