Workbook.Signatures 속성

정의

통합 문서의 디지털 서명 컬렉션을 가져옵니다.

public:
 property Microsoft::Office::Core::SignatureSet ^ Signatures { Microsoft::Office::Core::SignatureSet ^ get(); };
public Microsoft.Office.Core.SignatureSet Signatures { get; }
member this.Signatures : Microsoft.Office.Core.SignatureSet
Public ReadOnly Property Signatures As SignatureSet

속성 값

통합 문서의 디지털 서명이 포함된 Microsoft.Office.Core.SignatureSet 컬렉션입니다.

설명

Excel 통합 문서에 디지털 서명하고 다른 서명을 확인하려면 Microsoft CryptoAPI와 고유한 디지털 서명 인증서가 필요합니다. CryptoAPI는 Microsoft Internet Explorer 4.01 이상과 함께 설치됩니다. 인증 기관에서 디지털 서명 인증서를 가져올 수 있습니다.

적용 대상