| MacSignature Constructor |
[This is preliminary documentation and is subject to change.]
Namespace: OAuth.SecurityAssembly: OAuth.Security (in OAuth.Security.dll) Version: 1.0.5795.41495
Syntax protected MacSignature(
IMac mac
)
Protected Sub New (
mac As IMac
)
protected:
MacSignature(
IMac^ mac
)
new :
mac : IMac -> MacSignature
Parameters
- mac
- Type: IMac
MAC.
See Also