AsymmetricKeyPair Constructor

Initializes a new instance of AsymmetricKeyPair from key algorithm identifier and a boolean value that indicates whether the key contains only public portion.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
protected AsymmetricKeyPair(
	Oid keyAlgorithm,
	bool publicOnly
)

Parameters

keyAlgorithm  Oid
Asymmetric algorithm identifier.
publicOnly  Boolean
True if key is public only, otherwise False.

See Also