4#include <security/cryptography/i_crypto_transform.h>
5#include <system/array.h>
7namespace System {
namespace Security {
namespace Cryptography {
44 int32_t outputOffset);
51 int32_t inputOffset, int32_t inputCount);
55 ASPOSECPP_SHARED_API
void Clear();
60 ASPOSECPP_SHARED_API
virtual void Dispose(
bool disposing);
88 int32_t outputOffset);
90 int32_t inputOffset, int32_t inputCount);
94 ASPOSECPP_SHARED_API
void Clear();
100 ASPOSECPP_SHARED_API
virtual void Dispose(
bool disposing);
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
FromBase64TransformMode
Specifies whether white space should be ignored in the base 64 transformation.
Definition: base64_transforms.h:11
@ IgnoreWhiteSpaces
White space should be ignored.
@ DoNotIgnoreWhiteSpaces
White space should not be ignored.
Definition: db_command.h:9