Show / Hide Table of Contents

Class MySingleCrypto

Inheritance
System.Object
MySingleCrypto
Namespace: VRage.Utils
Assembly: VRage.dll
Syntax
public class MySingleCrypto : Object

Constructors

MySingleCrypto(Byte[])

Declaration
public MySingleCrypto(byte[] password)
Parameters
Type Name Description
System.Byte[] password

Methods

Decrypt(Byte[], Int32)

Declaration
public void Decrypt(byte[] data, int length)
Parameters
Type Name Description
System.Byte[] data
System.Int32 length

Encrypt(Byte[], Int32)

Declaration
public void Encrypt(byte[] data, int length)
Parameters
Type Name Description
System.Byte[] data
System.Int32 length
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾