XpsDigitalSignature.SignerCertificate 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서명자의 X.509 인증서를 가져옵니다.
public:
property System::Security::Cryptography::X509Certificates::X509Certificate ^ SignerCertificate { System::Security::Cryptography::X509Certificates::X509Certificate ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate SignerCertificate { get; }
member this.SignerCertificate : System.Security.Cryptography.X509Certificates.X509Certificate
Public ReadOnly Property SignerCertificate As X509Certificate
속성 값
서명자의 X.509 인증서이거나, 문서 패키지에 포함된 인증서가 없는 경우 null
입니다.
설명
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 디지털 서명을 참조하세요.