Share via


MFKeyConfig.LoadKeyPair Method

Loads a public and a private key from the disk.

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

Syntax

public KeyPair LoadKeyPair (
         string fileName
)

Parameters

  • fileName
    The name of the file to read the key pair from.

Return Value

An object containing a pair of keys.

Version Information

Available in MFDeploy version 2.0

See Also

Reference

MFKeyConfig Members
MFKeyConfig Class