Click or drag to resize

StiEncryption.Decrypt Method (Byte[],Byte[])

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

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

Parameters

src
Type:System.Byte[]

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

key
Type:System.Byte[]

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

Return Value

Type:Byte[]

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

See Also