Enum HashingImplementation
Represents the different hashing algorithm implementations supported by TusClient See https://github.com/jonstodle/TusDotNetClient.
Namespace: Unity.Services.Ccd.Management
Syntax
public enum HashingImplementation : int
Fields
| Name | Description | Value |
|---|---|---|
| SHA1CryptoServiceProvider | Sha1CryptoServiceProvider |
|
| Sha1Managed | Sha1Managed |