Generate API docs as markdown
This commit is contained in:
parent
ab7b83abbb
commit
85e90f7bd5
120 changed files with 14227 additions and 76482 deletions
41
Docs/api/CapyKit.Helpers.EncryptionHelper.md
Normal file
41
Docs/api/CapyKit.Helpers.EncryptionHelper.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# <a id="CapyKit_Helpers_EncryptionHelper"></a> Class EncryptionHelper
|
||||
|
||||
Namespace: [CapyKit.Helpers](CapyKit.Helpers.md)
|
||||
Assembly: CapyKit.dll
|
||||
|
||||
```csharp
|
||||
public class EncryptionHelper
|
||||
```
|
||||
|
||||
#### Inheritance
|
||||
|
||||
[object](https://learn.microsoft.com/dotnet/api/system.object) ←
|
||||
[EncryptionHelper](CapyKit.Helpers.EncryptionHelper.md)
|
||||
|
||||
#### Inherited Members
|
||||
|
||||
[object.Equals\(object?\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)),
|
||||
[object.Equals\(object?, object?\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)),
|
||||
[object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
|
||||
[object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype),
|
||||
[object.MemberwiseClone\(\)](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone),
|
||||
[object.ReferenceEquals\(object?, object?\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
|
||||
[object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring)
|
||||
|
||||
#### Extension Methods
|
||||
|
||||
[ObjectExtensions.UpdateProperties<EncryptionHelper\>\(EncryptionHelper, EncryptionHelper\)](CapyKit.Extensions.ObjectExtensions.md\#CapyKit\_Extensions\_ObjectExtensions\_UpdateProperties\_\_1\_\_\_0\_\_\_0\_),
|
||||
[ObjectExtensions.UpdateProperties\(object, object\)](CapyKit.Extensions.ObjectExtensions.md\#CapyKit\_Extensions\_ObjectExtensions\_UpdateProperties\_System\_Object\_System\_Object\_)
|
||||
|
||||
## Constructors
|
||||
|
||||
### <a id="CapyKit_Helpers_EncryptionHelper__ctor_System_String_"></a> EncryptionHelper\(string\)
|
||||
|
||||
```csharp
|
||||
public EncryptionHelper(string encryptionKey)
|
||||
```
|
||||
|
||||
#### Parameters
|
||||
|
||||
`encryptionKey` [string](https://learn.microsoft.com/dotnet/api/system.string)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue