HashAlgorithmGetByName Method
|
Get hash algorithm by name.
Namespace:
Guardtime.KSI.Hashing
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static HashAlgorithm GetByName(
string name
)
Public Shared Function GetByName (
name As String
) As HashAlgorithm
public:
static HashAlgorithm^ GetByName(
String^ name
)
static member GetByName :
name : string -> HashAlgorithm
Parameters
- name
- Type: SystemString
name of the algorithm to look for
Return Value
Type:
HashAlgorithmHashAlgorithm when match is found, otherwise null
See Also