Aspose::Pdf::Security::ICustomSecurityHandler::CalculateEncryptionKey metod
ICustomSecurityHandler::CalculateEncryptionKey method
Beräkna EncryptionKey. Vanligtvis beräknas nyckeln baserat på UserKey. Du kan använda värden från EncryptionParams, som innehåller de aktuella parametrarna vid anropstillfället. Detta värde skickas som nyckelargument i Encrypt och Decrypt.
virtual System::ArrayPtr<uint8_t> Aspose::Pdf::Security::ICustomSecurityHandler::CalculateEncryptionKey(System::String password)=0
| Parameter | Typ | Beskrivning |
|---|---|---|
| password | System::String | Lösenord som angivits av användaren. |
ReturnValue
Arrayen med krypteringsnyckeln.
Se även
- Typedef ArrayPtr
- Class String
- Class ICustomSecurityHandler
- Namespace Aspose::Pdf::Security
- Library Aspose.PDF for C++