我已经配置了一个带有探索日期的模板:
Get-AipServiceTemplateProperty -TemplateId 7a3e9ebd-a14e-4520-ba34-434029030633 -ContentExpirationDate -ContentExpirationOption | Format-List
Key : ContentExpirationOption
Value : OnDate
Key : ContentExpirationDate
Value : 12/25/2020 11:56:00 AM
然后我将保护设置为使用此模板归档
ProtectionDescriptor protectionDescriptor = new ProtectionDescriptor("7a3e9ebd-a14e-4520-ba34-434029030633");
该文件已成功加密并设置了权限,但看起来探索日期不起作用。当我打开文件时,Word 直到文件有效时才会显示。