Class UnknownHashingAlgorithmEventArgs
Provides data for the unknown hashing algorithm event.
Inherited Members
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public class UnknownHashingAlgorithmEventArgs : EventArgs
Properties
| Improve this Doc View SourceAlgorithm
The HashingAlgorithm that is defined for the unknown hashing number.
Declaration
public HashingAlgorithm Algorithm { get; set; }
Property Value
Type | Description |
---|---|
HashingAlgorithm |