| SecurIdSdtidTokenGetNodeContentsForHashing Method |
Retrieve the contents of the given XML nodes and all their descendants in a predefined format, and return the results as a byte array suitable for hashing.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax protected byte[] GetNodeContentsForHashing(
bool includeMAC,
params XmlNode[] nodes
)
Protected Function GetNodeContentsForHashing (
includeMAC As Boolean,
ParamArray nodes As XmlNode()
) As Byte()
protected:
array<unsigned char>^ GetNodeContentsForHashing(
bool includeMAC,
... array<XmlNode^>^ nodes
)
member GetNodeContentsForHashing :
includeMAC : bool *
nodes : XmlNode[] -> byte[]
Parameters
- includeMAC
- Type: SystemBoolean
If , any MAC values in the XML will be included; if , MAC values will be skipped. - nodes
- Type: System.XmlXmlNode
A list of XmlNode objects whose contents will be retrieved.
Return Value
Type:
ByteAn array of bytes, containing the contents of the given XML nodes in a predefined format.
Remarks See Also