# Algorithm Property Gets or sets the algorithm used for password encryption. ## Definition **Namespace:** CapyKit **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+6cdd805be49c3b769a116584ea6904955ecd820d **C#** ``` C# public IPasswordAlgorithm Algorithm { get; } ``` **VB** ``` VB Public ReadOnly Property Algorithm As IPasswordAlgorithm Get ``` **C++** ``` C++ public: property IPasswordAlgorithm^ Algorithm { IPasswordAlgorithm^ get (); } ``` **F#** ``` F# member Algorithm : IPasswordAlgorithm with get ``` #### Property Value IPasswordAlgorithm ## See Also #### Reference Password Class CapyKit Namespace