Click or drag to resize

VDS.RDF.Query.Expressions.Functions.Sparql.Hash Namespace

Namespace containing expression classes which provide the SPARQL built-in functions pertaining to hash algorithms.
Classes
  ClassDescription
Public classBaseHashFunction
Abstract base class for Hash Functions.
Public classMD5HashFunction
Represents the SPARQL MD5() Function.
Public classSha1HashFunction
Represents the SPARQL SHA1() Function.
Public classSha256HashFunction
Represents the SPARQL SHA256() Function.
Public classSha384HashFunction
Represents the SPARQL SHA384() Function.
Public classSha512HashFunction
Represents the SPARQL SHA512() Function.