Click or drag to resize

SecurIdV3TokenToBytes Method

Convert the current SecurIdV3Token object into an array of bytes.

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax
protected byte[] ToBytes(
	bool includeMac
)

Parameters

includeMac
Type: SystemBoolean
If , the message authentication code (MAC) will be included in the resulting value; if , the MAC will be excluded.

Return Value

Type: Byte
An array of bytes representing the current SecurIdV3Token object.
See Also