Initializes a new instance of the RequestMessagePublicKey class.
Namespace: Renci.SshNet.Messages.AuthenticationAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- serviceName
- Type: Renci.SshNet.Messages ServiceName
Name of the service.
- username
- Type:
System String
Authentication username.
- keyAlgorithmName
- Type:
System String
Name of private key algorithm.
- keyData
- Type:
System Byte
Private key data.
- signature
- Type:
System Byte
Private key signature.
See Also