RequestMessagePublicKey PropertiesSSH .NET Client Library Documentation
The RequestMessagePublicKey type exposes the following members.
Properties

  NameDescription
Public propertyIsEndOfData
Gets a value indicating whether all data from the buffer has been read.
(Inherited from SshData.)
Public propertyMethodName
Gets the name of the authentication method.
(Overrides RequestMessage MethodName.)
Public propertyPublicKeyAlgorithmName
Gets the name of the public key algorithm.
Public propertyPublicKeyData
Gets the public key data.
Public propertyServiceName
Gets the name of the service.
(Inherited from RequestMessage.)
Public propertySignature
Gets or sets public key signature.
Public propertyUsername
Gets authentication username.
(Inherited from RequestMessage.)
Protected propertyZeroReaderIndex
Gets the index that represents zero in current data type.
(Inherited from Message.)
Back to Top
See Also