Click or drag to resize
UtilitiesGetHashAsBase64 Method

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static string GetHashAsBase64(
	string sHashAlgorithm,
	byte[] bIn
)

Parameters

sHashAlgorithm
Type: SystemString
bIn
Type: SystemByte

Return Value

Type: String
See Also