CipherMode
IV Field
SSH .NET Client Library Documentation
Gets the IV vector.
Namespace:
Renci.SshNet.Security.Cryptography.Ciphers
Assembly:
Renci.SshNet
(in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
protected
byte
[]
IV
protected byte[] IV
Protected
IV
As
Byte
()
Protected IV As Byte()
protected
:
array
<
unsigned char
>^
IV
protected: array<unsigned char>^ IV
See Also
CipherMode Class
CipherMode Members
Renci.SshNet.Security.Cryptography.Ciphers Namespace