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