Freigeben über


ExclusiveCanonicalizationTransform.ProcessAndDigest Method

Definition

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.

Applies to