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