添加或删除 Microsoft 365 文件的数字签名 若要了解数字签名 (也称为数字 ID) 、它们可用于哪些用途以及如何在 Word、Excel 和 PowerPoint 中使用这些签名,请参阅关于数字签名的一切。 在Word 或 Excel 中创建签名行 在文档或工作表中,将指针置于要创建签名行的位置。 在“插入”选项卡上,选择“...
The following example prompts the user to select a digital signature with which to sign the active document in Microsoft Word. To use this example, open a document in Word and pass this function the name of a certificate issuer and the name of a certificate signer that match theIssued Byand...
Microsoft 在 Office Visual Basic for Applications (VBA) 宏项目签名中发现了一个漏洞。 此漏洞可能会使恶意用户篡改已签名的 VBA 项目,而不会使其数字签名失效。 因此,我们建议用户应用Microsoft 公共漏洞和暴露 CVE-2020-0760中列出的安全更新。 为增强 Office VBA 宏项目签名的...
and newly created VBA files that have the V3 signature will also be opened and run in earlier versions of Office or in the non-updated clients. However, we recommend that admins upgrade the existing VBA signatures to the V3 signature as soon as possible after they upgrade...
By default, to ensure backward compatibility, VBA files that have existing signatures will continue to work, and newly created VBA files that have the V3 signature will also be opened and run in earlier versions of Office or in the non-updated clients. However, we recommend that admins...
表达式。NotifySignatureAdded (ParentWindow、 psigsetup、 psiginfo) 表达 返回SignatureProvider 对象的表达式。参数展开表 名称必需/可选数据类型说明 ParentWindow 必需 IOleWindow 允许主机应用程序获取包含所显示对话框的窗口的句柄。 psigsetup 必需 SignatureSetup 包含签名提供程序的初始设置。 psiginfo 必需 ...
public interface class Signature : Microsoft::Office::Core::_IMsoDispObj属性 GuidAttribute 实现 _IMsoDispObj 注解签名对象包含在 Document 对象的集合中SignatureSet。 可以使用 方法将 Signature 对象添加到 SignatureSet 集合Add() ,并且可以使用 方法返回现有成员 Item[Int32]。 若要从 SignatureSet 集合中删除...
Signature.Sign 方法参考 反馈 定义命名空间: Microsoft.Office.InfoPath 程序集: Microsoft.Office.InfoPath.dll 写XML 数字签名块并计算签名数据的加密哈希。 C# 复制 public abstract void Sign (); 例外 InvalidOperationException 表单代码尝试在签名启动之后写入基础 XML 文档。 SecurityException 没有使用“...
程序集: Microsoft.Office.Interop.InfoPath.dll 写XML 数字签名块并计算签名数据的加密哈希。 C# 复制 public void Sign (); 示例 在以下示例中,通过在 InfoPath 设计器用户界面的“工具”菜单中选择“编程”,将事件添加到 OnSign 表单中,通过使用 对象的 Sign 方法SignatureObject 向表单添加数字签名: 复制 ...
命名空间: Microsoft.Office.Core 程序集: office.dll 与附加到文档的数字签名相对应的对象集合 Signature。C++ 复制 public interface class SignatureSet : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable属性 GuidAttribute