70-463 · Question #88
70-463 Question #88: Real Exam Question with Answer & Explanation
The correct answer is A: Set the Sensitive property of the parameters to True.. In the SSIS catalog (Project Deployment Model), marking a parameter's Sensitive property as True tells the catalog to encrypt that value using the catalog's master key. Sensitive parameter values are never stored or transmitted in plain text by the catalog. Option B (EncryptSensi
Question
Options
- ASet the Sensitive property of the parameters to True.
- BSet the ProtectionLevel property of the package to EncryptSensitiveWithUserKey.
- CChange the parameters to package parameters.
- DChange the project to the Legacy Deployment model.
Explanation
In the SSIS catalog (Project Deployment Model), marking a parameter's Sensitive property as True tells the catalog to encrypt that value using the catalog's master key. Sensitive parameter values are never stored or transmitted in plain text by the catalog. Option B (EncryptSensitiveWithUserKey) is a package-level ProtectionLevel setting used for file-based storage-it does not apply when the package is stored in the catalog, which manages its own encryption. Option C (changing to package parameters) changes the scope but not the encryption behavior. Option D (Legacy Deployment Model) removes catalog-based encryption entirely and is a step backward.
Community Discussion
No community discussion yet for this question.