다음을 통해 공유


XpsDigitalSignature.SignerCertificate 속성

정의

서명자의 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

속성 값

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

적용 대상

추가 정보