HmacT Class
Provides utility methods for computing Hash-based Message Authentication Code (HMAC) values using a specific hash algorithm of type T.
Namespace: SnapDB.SecurityAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class Hmac<T>
where T : new(), IDigest
Public NotInheritable Class Hmac(Of T As {New, IDigest})
generic<typename T>
where T : gcnew(), IDigest
public ref class Hmac abstract sealed
JavaScript does not support generic types or methods.
- Inheritance
- Object HmacT
Type Parameters
- T
- The type of hash algorithm to use, which must implement the IDigest interface and have a default constructor.