Salt length in bytes (only used for Pss).
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Property SaltLength As Nullable(Of Integer) Get Set |
C# |
---|
public Nullable<int> SaltLength { get; set; } |