Show / Hide Table of Contents

Class UnknownHashingAlgorithmEventArgs

Provides data for the unknown hashing algorithm event.

Inheritance
Object
EventArgs
UnknownHashingAlgorithmEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public class UnknownHashingAlgorithmEventArgs : EventArgs

Properties

| Improve this Doc View Source

Algorithm

The HashingAlgorithm that is defined for the unknown hashing number.

Declaration
public HashingAlgorithm Algorithm { get; set; }
Property Value
Type Description
HashingAlgorithm
  • Improve this Doc
  • View Source
Back to top Generated by DocFX