2024-06-24 01:17:33 -05:00
|
|
|
|
# IEncryptionAlgorithm Interface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\[Missing <summary> documentation for "T:CapyKit.Helpers.IEncryptionAlgorithm"\]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Definition
|
|
|
|
|
**Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>
|
2024-09-04 19:31:43 -05:00
|
|
|
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2
|
2024-06-24 01:17:33 -05:00
|
|
|
|
|
|
|
|
|
**C#**
|
|
|
|
|
``` C#
|
|
|
|
|
public interface IEncryptionAlgorithm
|
|
|
|
|
```
|
|
|
|
|
**F#**
|
|
|
|
|
``` F#
|
|
|
|
|
type IEncryptionAlgorithm = interface end
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="P_CapyKit_Helpers_IEncryptionAlgorithm_AlgorithmName.md">AlgorithmName</a></td>
|
|
|
|
|
<td> </td></tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="M_CapyKit_Helpers_IEncryptionAlgorithm_Decrypt__1.md">Decrypt(T)</a></td>
|
|
|
|
|
<td> </td></tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="M_CapyKit_Helpers_IEncryptionAlgorithm_Encrypt__1.md">Encrypt(T)</a></td>
|
|
|
|
|
<td> </td></tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Reference
|
|
|
|
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|