System::Security::Cryptography::FromBase64Transform 클래스
내용물
[
숨다
]FromBase64Transform class
CryptoStream 클래스를 base 64에서 변환합니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 감싸고, 해당 포인터를 사용하여 함수 인수로 전달하십시오.
class FromBase64Transform : public System::Security::Cryptography::ICryptoTransform
메서드
| 메서드 | 설명 |
|---|---|
| Clear() | 모든 리소스를 해제합니다. |
| Dispose() | 현재 객체가 획득한 운영 체제 리소스를 해제합니다. |
| FromBase64Transform() | 생성자. |
| FromBase64Transform(FromBase64TransformMode) | 생성자. |
| virtual get_CanReuseTransform() | 현재 변환을 재사용할 수 있는지 여부를 나타내는 값을 가져옵니다. |
| get_CanTransformMultipleBlocks() | 여러 블록을 변환할 수 있는지 여부를 나타내는 값을 가져옵니다. |
| virtual get_InputBlockSize() | 입력 블록 크기. |
| virtual get_OutputBlockSize() | 출력 블록 크기. |
| TransformBlock(System::ArrayPtr<uint8_t>, int32_t, int32_t, System::ArrayPtr<uint8_t>, int32_t) | |
| TransformFinalBlock(System::ArrayPtr<uint8_t>, int32_t, int32_t) | |
| virtual ~FromBase64Transform() | 소멸자. |
또 보기
- Class ICryptoTransform
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++