Click or drag to resize

C14nToDigest Method

Computes digest value of C14N transformation.
Overload List
 NameDescription
Public methodStatic memberToDigest(Byte, DigAlg) Computes digest value of inclusive C14N transformation of entire XML document (memory-to-digest).
Public methodStatic memberToDigest(String, DigAlg) Computes digest value of inclusive C14N transformation of entire XML document (file-to-digest).
Public methodStatic memberToDigest(Byte, String, Tran, DigAlg, TranMethod, String, AdvOptions) Computes digest value of C14N transformation of XML document (memory-to-digest).
Public methodStatic memberToDigest(String, String, Tran, DigAlg, TranMethod, String, AdvOptions) Computes digest value of C14N transformation of XML document (file-to-digest).
Top
See Also