Click or drag to resize

SecurIdSdtidTokenFindXmlBase64Value Method

Search the XML of the current instance for a node with a given name and containing a base-64 encoded value, and decode the value into an array of bytes.

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntax
protected byte[] FindXmlBase64Value(
	string name
)

Parameters

name
Type: SystemString
The name of the node to find.

Return Value

Type: Byte
The node's value decoded into an array of bytes. If the node is not found, or the node's value is not a valid base-64 string, an empty array is returned.
See Also