Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkImportKey(DSAParameters)
Imports a key from the specified DSA parameters.
Public methodSupported by the .NET Compact FrameworkImportKey(RSAParameters)
Imports a key from the specified RSA parameters.
Public methodSupported by the .NET Compact FrameworkImportKey(DiffieHellmanParameters)
Imports a private key from the specified Diffie-Hellman parameters, or generates a new key using P and G parameters.
Public methodSupported by the .NET Compact FrameworkImportKey(PrivateKeyInfo)
Imports a key from the specified private key info object.
Public methodSupported by the .NET Compact FrameworkImportKey(PublicKeyInfo)
Imports a key from the specified public key info object.
Public methodSupported by the .NET Compact FrameworkImportKey(AsymmetricKeyAlgorithmId, String, array<Byte>[]()[][], AsymmetricKeyFormat)
Imports a private key for the specified algorithm/curve. Only some algorithms/curves are supported.

See Also