Table of Contents

Property KeyBits

Namespace
DocWright.Cryptography
Assembly
DocWright.Cryptography.dll

KeyBits

Gets or sets the AES key length in bits: 128, 192 or 256. Defaults to 256.

public int KeyBits { get; set; }

Property Value

int

Exceptions

ArgumentOutOfRangeException

The value is not a valid AES key size.