Click or drag to resize

StiCryptHelperEncrypt Method (Byte, String)

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

Namespace:  Stimulsoft.Base.Licenses
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static byte[] Encrypt(
	byte[] bytes,
	string password = null
)

Parameters

bytes
Type: SystemByte

[Missing <param name="bytes"/> documentation for "M:Stimulsoft.Base.Licenses.StiCryptHelper.Encrypt(System.Byte[],System.String)"]

password (Optional)
Type: SystemString

[Missing <param name="password"/> documentation for "M:Stimulsoft.Base.Licenses.StiCryptHelper.Encrypt(System.Byte[],System.String)"]

Return Value

Type: Byte

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

See Also