| SecurIdV3TokenToBytes Method |
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax protected byte[] ToBytes(
bool includeMac
)
Protected Function ToBytes (
includeMac As Boolean
) As Byte()
protected:
array<unsigned char>^ ToBytes(
bool includeMac
)
member ToBytes :
includeMac : bool -> byte[]
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:
ByteAn array of bytes representing the current
SecurIdV3Token object.
See Also