Click or drag to resize

TranMethod Enumeration

Transformation methods

Namespace: Sc14n
Assembly: diSc14nNet (in diSc14nNet.dll) Version: 3.1.0.28355 (3.1.0.0)
Syntax
public enum TranMethod
Members
Member nameDescription
Inclusive Inclusive C14N without comments from RFC 3076.
Exclusive Exclusive C14N without comments from RFC 3741.
InclusiveWithComments Inclusive C14N with comments from RFC 3076.
ExclusiveWithComments Exclusive C14N with comments from RFC 3741.
See Also