Table of Contents

Property SaltSize

Namespace
DocWright.Cryptography
Assembly
DocWright.Cryptography.dll

SaltSize

Gets or sets the salt length in bytes. Defaults to 16.

public int SaltSize { get; set; }

Property Value

int

Exceptions

ArgumentOutOfRangeException

The value is not between 1 and 64.