다음을 통해 공유


XpsDigitalSignature.IsCertificateAvailable 속성

정의

서명자의 X.509 인증서가 문서 Package에 포함되어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsCertificateAvailable { bool get(); };
public bool IsCertificateAvailable { get; }
member this.IsCertificateAvailable : bool
Public ReadOnly Property IsCertificateAvailable As Boolean

속성 값

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 디지털 서명을 참조하세요.

적용 대상

추가 정보