Namespace: Jscape.Ssh.Transport.Messages
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public byte[] Signature { get; } |
Visual Basic |
---|
Public ReadOnly Property Signature As Byte() Get |
Visual C++ |
---|
public: property array<unsigned char>^ Signature { array<unsigned char>^ get (); } |