Share via


MFKeyConfig.CreateEmptyKeyPair Method

Creates an object that contains a public and a private key.

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

Syntax

public KeyPair CreateEmptyKeyPair ()

Return Value

An object containing a pair of keys.

Remarks

This method sets the bits in the keys it returns to 0xFF. It always creates keys that are 260 bytes in length.

Version Information

Available in MFDeploy version 2.0

See Also

Reference

MFKeyConfig Members
MFKeyConfig Class