Transformation options to specify the document part to be canonicalized.

Namespace:  Sc14n
Assembly:  diSc14nNet (in diSc14nNet.dll) Version: 3.1.0.38636

Syntax

C#
public enum Tran
Visual Basic (Declaration)
Public Enumeration Tran

Members

Member nameDescription
Entire
Transform the entire document.
OmitByTag
Omit the element with the given tag name.
OmitById
Omit the element with the given Id.
SubsetByTag
Transform the subset with the given tag name.
SubsetById
Transform the subset with the given Id.

See Also