Click or drag to resize
IdmAttributeToBinaries Method
Convert the Values (strings) of an multi-valued attribute to binary, 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 List<byte[]> ToBinaries()

Return Value

Type: ListByte
List of binary values of the attribute or null if the attribute is "not present" in the Identity Manager resource
See Also