Click or drag to resize
IdmAttributeToBinary Method
Convert the Value (string) of an attribute to a binary value (byte[]), if the attribute is defined as binary in Identity Manager

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public byte[] ToBinary()

Return Value

Type: Byte
Single (or first) binary value of the attribute or null if the attribute is "not present" in the Identity Manager resource
See Also