Computes digest value of C14N transformation.

Overload List

  NameDescription
ToDigest(array<Byte>[]()[], DigAlg)
Computes digest value of inclusive C14N transformation of entire XML document (memory-to-digest).
ToDigest(String, DigAlg)
Computes digest value of inclusive C14N transformation of entire XML document (file-to-digest).
ToDigest(array<Byte>[]()[], String, Tran, DigAlg, TranMethod, String, AdvOptions)
Computes digest value of C14N transformation of XML document (memory-to-digest).
ToDigest(String, String, Tran, DigAlg, TranMethod, String, AdvOptions)
Computes digest value of C14N transformation of XML document (file-to-digest).

See Also