Initializes a new instance of the CipherDigitalSignature class.
Namespace: Renci.SshNet.Security.CryptographyAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public CipherDigitalSignature( ObjectIdentifier oid, AsymmetricCipher cipher )
Parameters
- oid
- Type: Renci.SshNet.Common ObjectIdentifier
The object identifier.
- cipher
- Type: Renci.SshNet.Security.Cryptography AsymmetricCipher
The cipher.
See Also