Click or drag to resize

BaseHashFunction Constructor

Creates a new Hash function.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql.Hash
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseHashFunction(
	ISparqlExpression expr,
	HashAlgorithm hash
)

Parameters

expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression.
hash
Type: System.Security.CryptographyHashAlgorithm
Hash Algorithm to use.
See Also