CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_dsig_c14_nwith_comments_transform.h
1#pragma once
2
3#include <security/cryptography/xml/xml_dsig_c14_ntransform.h>
4
5namespace System { namespace Security { namespace Cryptography { namespace Xml {
6
11class ASPOSECPP_SHARED_CLASS XmlDsigC14NWithCommentsTransform : public XmlDsigC14NTransform
12{
15
16 typedef BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
17 ASPOSECPP_SHARED_RTTI_INFO_DECL();
18
19public:
20 ASPOSECPP_SHARED_API XmlDsigC14NWithCommentsTransform();
21};
22
23}}}} // System::Security::Cryptography::Xml
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Provides information about transforming the data by the signer. Objects of this class should only be ...
Definition: transform.h:31
Represents the C14N XML canonicalization transform for a digital signature without comments....
Definition: xml_dsig_c14_ntransform.h:14
Represents the C14N XML canonicalization transform for a digital signature with comments....
Definition: xml_dsig_c14_nwith_comments_transform.h:12
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9