| SignerSignatureBase 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 SignerSignatureBase(
ISigner signer
)
Protected Sub New (
signer As ISigner
)
protected:
SignerSignatureBase(
ISigner^ signer
)
new :
signer : ISigner -> SignerSignatureBase
Parameters
- signer
- Type: ISigner
Signer.
See Also