XpsDigitalSignature.IsCertificateAvailable 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서명자의 X.509 인증서가 문서 Package에 포함되어 있는지 여부를 나타내는 값을 가져옵니다.
public:
property bool IsCertificateAvailable { bool get(); };
public bool IsCertificateAvailable { get; }
member this.IsCertificateAvailable : bool
Public ReadOnly Property IsCertificateAvailable As Boolean
속성 값
서명자의 X.509 인증서가 문서 Package에 포함되어 있으면 true
이고, 그렇지 않으면 false
입니다.
설명
The X.509 certificate of the signer is embedded by the SignDigitally method when called with the embedCertificate
parameter set to true
.
디지털 서명 및 인증서에 대한 자세한 내용은 다음에서 https://www.ecma-international.org/publications-and-standards/standards/ecma-376/다운로드할 수 있는 Open Packaging Conventions 사양의 섹션 3.3 디지털 서명을 참조하세요.