Click or drag to resize
SignerSignatureBase Constructor

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

Initializes a new instance of the SignerSignatureBase class.

Namespace: OAuth.Security
Assembly: OAuth.Security (in OAuth.Security.dll) Version: 1.0.5795.41495
Syntax
protected SignerSignatureBase(
	ISigner signer
)

Parameters

signer
Type: ISigner
Signer.
See Also