public byte[] Export(
KeyPkcsFormat format
)Public Function Export (
format As KeyPkcsFormat
) As Byte()public:
array<unsigned char>^ Export(
KeyPkcsFormat format
)member Export :
format : KeyPkcsFormat -> byte[] [Missing <returns> documentation for "M:SysadminsLV.PKI.Cryptography.RsaPrivateKey.Export(SysadminsLV.PKI.Cryptography.KeyPkcsFormat)"]
| ArgumentException | format parameter value is not valid. |
| ArgumentOutOfRangeException | format parameter value is out of range. |
| CryptographicException | The key is not exportable. |