Connectivity Software User's Guide and Reference
MemoryNameAndPasswordUserManager Class Fields


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.User Namespace : MemoryNameAndPasswordUserManager Class

For a list of all members of this type, see MemoryNameAndPasswordUserManager members.

Public Fields
 NameDescription
Public FieldThe default algorithm ID used for password hashing.

This is a constant, and its value is "pbkdf2-sha512".

 
Public FieldThe default hash size in bytes (256 bits).

This is a constant, and its value is 32.

 
Public FieldThe default number of iterations for password hashing.

This is a constant, and its value is 10000.

 
Public FieldThe default salt size in bytes (128 bits).

This is a constant, and its value is 16.

 
Top
See Also

Reference

MemoryNameAndPasswordUserManager Class
OpcLabs.BaseLib.Security.User Namespace