Click or drag to resize

StiEncryptionEncrypt Method (Byte, Byte)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiEncryption.Encrypt(System.Byte[],System.Byte[])"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static byte[] Encrypt(
	byte[] src,
	byte[] key
)

Parameters

src
Type: SystemByte

[Missing <param name="src"/> documentation for "M:Stimulsoft.Base.StiEncryption.Encrypt(System.Byte[],System.Byte[])"]

key
Type: SystemByte

[Missing <param name="key"/> documentation for "M:Stimulsoft.Base.StiEncryption.Encrypt(System.Byte[],System.Byte[])"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Stimulsoft.Base.StiEncryption.Encrypt(System.Byte[],System.Byte[])"]

See Also