CapyKit/Documentation/Help/P_CapyKit_Password_Algorithm.md
2024-09-04 19:31:43 -05:00

576 B

Algorithm Property

Gets or sets the algorithm used for password encryption.

Definition

Namespace: CapyKit
Assembly: CapyKit (in CapyKit.dll) Version: 1.0.2

C#

public IPasswordAlgorithm Algorithm { get; private set; }

F#

member Algorithm : IPasswordAlgorithm with get, private set

Property Value

IPasswordAlgorithm

See Also

Reference

Password Class
CapyKit Namespace