CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
dsa_signature_formatter.h
1
2#pragma once
3
4#include <security/cryptography/asymmetric_signature_formatter.h>
5
6namespace System { namespace Security { namespace Cryptography {
7
12class ASPOSECPP_SHARED_CLASS DSASignatureFormatter : public AsymmetricSignatureFormatter
13{
14public:
20 void SetHashAlgorithm(String strName) override;
24
25};
26
27}}} // System::Security::Cryptography
Base class for assimetric signature formatters. Objects of this class should only be allocated using ...
Definition: asymmetric_signature_formatter.h:21
Used to create a DSA signature. Objects of this class should only be allocated using System::MakeObje...
Definition: dsa_signature_formatter.h:13
void SetHashAlgorithm(String strName) override
NOT IMPLEMENTED.
void SetKey(SharedPtr< AsymmetricAlgorithm > key) override
NOT IMPLEMENTED.
ArrayPtr< uint8_t > CreateSignature(ArrayPtr< uint8_t > rgbHash) override
NOT IMPLEMENTED.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9