password property
DecryptKey?
get
password
Decryption key for encrypted file content from CDN.
Defaults to a plain key (returns original data when decrypted) if not specified.
Implementation
DecryptKey? get password;
set
password
(DecryptKey? key)
Implementation
set password(DecryptKey? key);