CanonicalizingTransfrom.ProcessAndDigest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes a set of XML nodes and returns the hash of the octets.
public abstract byte[] ProcessAndDigest (Microsoft.IdentityModel.Xml.XmlTokenStream tokenStream, System.Security.Cryptography.HashAlgorithm hashAlg);
abstract member ProcessAndDigest : Microsoft.IdentityModel.Xml.XmlTokenStream * System.Security.Cryptography.HashAlgorithm -> byte[]
Public MustOverride Function ProcessAndDigest (tokenStream As XmlTokenStream, hashAlg As HashAlgorithm) As Byte()
Parameters
- tokenStream
- XmlTokenStream
the XmlTokenStream that has the XML nodes to process.
- hashAlg
- HashAlgorithm
the HashAlgorithmto use
Returns
Byte[]
the hash of the processed XML nodes.