CapyKit/Documentation/Help/P_CapyKit_Password_Algorithm.md

44 lines
759 B
Markdown
Raw Normal View History

# Algorithm Property
Gets or sets the algorithm used for password encryption.
## Definition
**Namespace:** <a href="N_CapyKit">CapyKit</a>
**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
<a href="T_CapyKit_IPasswordAlgorithm">IPasswordAlgorithm</a>
## See Also
#### Reference
<a href="T_CapyKit_Password">Password Class</a>
<a href="N_CapyKit">CapyKit Namespace</a>