ExclusiveCanonicalizationTransform.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.
Applies a canonicalization transform over a set of XML nodes and computes the hash value.
public override byte[] ProcessAndDigest (Microsoft.IdentityModel.Xml.XmlTokenStream tokenStream, System.Security.Cryptography.HashAlgorithm hash);
override this.ProcessAndDigest : Microsoft.IdentityModel.Xml.XmlTokenStream * System.Security.Cryptography.HashAlgorithm -> byte[]
Public Overrides Function ProcessAndDigest (tokenStream As XmlTokenStream, hash As HashAlgorithm) As Byte()
Parameters
- tokenStream
- XmlTokenStream
the set of XML nodes to transform.
- hash
- HashAlgorithm
the hash algorithm to apply.
Returns
Byte[]
the hash of the transformed octets.