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.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<byte[]> ToBinaries()
Public Function ToBinaries As List(Of Byte())
public:
List<array<unsigned char>^>^ ToBinaries()
member ToBinaries : unit -> List<byte[]>
Return Value
Type:
ListByteList of binary values of the attribute or null if the attribute is "not present"
in the Identity Manager resource
See Also