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)
303byte[] cspBlob = ExportCspBlob(includePrivateParameters); 313cspPublicBlob = ExportCspBlob(false);