RsaPrivateKey.Export Method

Exports RSA private key into

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public byte[] Export(
	KeyPkcsFormat format
)

Parameters

format  KeyPkcsFormat
Specifies the output format. Can be either, PKCS#1 or PKCS#8.

Return Value

Byte[]

[Missing <returns> documentation for "M:SysadminsLV.PKI.Cryptography.RsaPrivateKey.Export(SysadminsLV.PKI.Cryptography.KeyPkcsFormat)"]

Exceptions

ArgumentExceptionformat parameter value is not valid.
ArgumentOutOfRangeExceptionformat parameter value is out of range.
CryptographicExceptionThe key is not exportable.

See Also