Show / Hide Table of Contents

HmacCreator Property

HmacCreator

This property is a delegate (function pointer). This method will return an instance of HMAC.

C#
public static Func<string, HMAC> HmacCreator { get; set; }

Property Value

Type Description
Func<string, HMAC>
In this article
Back to top Generated by DocFX