SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

KeySize Property

Returns the cryptographic key size in bytes.

Syntax

public int KeySize { get; }
Public ReadOnly Property KeySize As Integer

Default Value

0

Remarks

Use this property to read the cryptographic key size. For the majority of the symmetric algorithms this is hard-coded in the algorithm itself (such as 16 bytes for AES128), but may be variable for certain exceptions, such as Blowfish or RC4.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 .NET Edition - Version 20.0 [Build 8166]