XmlDsigC14NWithCommentsTransform | |
System.Security.Cryptography.Xml (system.security.dll) | class |
public class XmlDsigC14NWithCommentsTransform : XmlDsigC14NTransform {
// Public Constructors
public XmlDsigC14NWithCommentsTransform( );
}
This class extends XmlDsigC14NTransform in order
to provide a C14N transformation that includes comments in the
canonical output.
Hierarchy
System.Object
Transform
XmlDsigC14NTransform
XmlDsigC14NWithCommentsTransform
|