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 |
---|---|
System.Func<System.String, System.Security.Cryptography.HMAC> |