Click or drag to resize
Galactic API

ActiveDirectoryGetByteAttributeValue Method

Gets the first byte attribute value from the supplied entry.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public byte[] GetByteAttributeValue(
	string name,
	SearchResultEntry entry
)

Parameters

name
Type: SystemString
The name of the attribute to retrieve.
entry
Type: System.DirectoryServices.ProtocolsSearchResultEntry
The SearchResultEntry to get the attribute value from.

Return Value

Type: Byte
A first byte array value held in the attribute, or an empty byte array if there was an error retrieving the value or the attribute was empty.
See Also