Enciphers eight bytes of data in-place.
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
public void Encipher(
byte[] buffer,
int offset
)
public void Encipher(
byte[] buffer,
int offset
)
Public Sub Encipher ( _
buffer As Byte(), _
offset As Integer _
)
Public Sub Encipher ( _
buffer As Byte(), _
offset As Integer _
)
public:
void Encipher(
array<unsigned char>^ buffer,
int offset
)
member Encipher :
buffer : byte[] *
offset : int -> unit
member Encipher :
buffer : byte[] *
offset : int -> unit
Parameters
- buffer
- Type: System Byte
The buffer containing the data.
- offset
- Type: System Int32
The offset of the first byte to encipher.