Click or drag to resize
MacSignature Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the MacSignature class.

Namespace: OAuth.Security
Assembly: OAuth.Security (in OAuth.Security.dll) Version: 1.0.5795.41495
Syntax
protected MacSignature(
	IMac mac
)

Parameters

mac
Type: IMac
MAC.
See Also