CapyKit/Documentation/Help/P_CapyKit_Pbkdf2Algorithm_AlgorithmName.md

49 lines
930 B
Markdown
Raw Normal View History

# AlgorithmName Property
Gets the name of the algorithm.
## Definition
**Namespace:** <a href="N_CapyKit">CapyKit</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+6cdd805be49c3b769a116584ea6904955ecd820d
**C#**
``` C#
public string AlgorithmName { get; }
```
**VB**
``` VB
Public ReadOnly Property AlgorithmName As String
Get
```
**C++**
``` C++
public:
virtual property String^ AlgorithmName {
String^ get () sealed;
}
```
**F#**
``` F#
abstract AlgorithmName : string with get
override AlgorithmName : string with get
```
#### Property Value
<a href="https://learn.microsoft.com/dotnet/api/system.string" target="_blank" rel="noopener noreferrer">String</a>
#### Implements
<a href="P_CapyKit_IPasswordAlgorithm_AlgorithmName">IPasswordAlgorithm.AlgorithmName</a>
## See Also
#### Reference
<a href="T_CapyKit_Pbkdf2Algorithm">Pbkdf2Algorithm Class</a>
<a href="N_CapyKit">CapyKit Namespace</a>