Share via


CanonicalizingTransfrom.ProcessAndDigest Method

Definition

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.

Applies to