Share via


MFKeyConfig.SaveKeyPair Method

Loads a public and a private key from the disk.

Namespace: Microsoft.NetMicroFramework.Tools.MFDeployTool.Engine
Assembly: (in )

Syntax

public void SaveKeyPair (
         KeyPairkeyPair,
         string fileName
)

Parameters

  • keyPair
    Holds the public and private keys to be saved.
  • fileName
    Contains the name of the file to read the key pair from.

Version Information

Available in MFDeploy version 2.0

See Also

Reference

MFKeyConfig Members
MFKeyConfig Class