mscorlib(4.0.0.0) API with additions
ICspAsymmetricAlgorithm.cs
2 
4 {
6  [ComVisible(true)]
7  public interface ICspAsymmetricAlgorithm
8  {
12  {
13  get;
14  }
15 
20  byte[] ExportCspBlob(bool includePrivateParameters);
21 
24  void ImportCspBlob(byte[] rawData);
25  }
26 }
Definition: __Canon.cs:3
Defines methods that allow an T:System.Security.Cryptography.AsymmetricAlgorithm class to enumerate k...
Provides additional information about a cryptographic key pair. This class cannot be inherited.
void ImportCspBlob(byte[] rawData)
Imports a blob that represents asymmetric key information.
byte [] ExportCspBlob(bool includePrivateParameters)
Exports a blob that contains the key information associated with an T:System.Security....