The RequestMessagePublicKey type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| IsEndOfData |
Gets a value indicating whether all data from the buffer has been read.
(Inherited from SshData.) | |
| MethodName |
Gets the name of the authentication method.
(Overrides RequestMessage MethodName.) | |
| PublicKeyAlgorithmName |
Gets the name of the public key algorithm.
| |
| PublicKeyData |
Gets the public key data.
| |
| ServiceName |
Gets the name of the service.
(Inherited from RequestMessage.) | |
| Signature |
Gets or sets public key signature.
| |
| Username |
Gets authentication username.
(Inherited from RequestMessage.) | |
| ZeroReaderIndex |
Gets the index that represents zero in current data type.
(Inherited from Message.) |
See Also