PackageDigitalSignature.Signer 속성

정의

서명자의 X.509 인증서를 가져옵니다.

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate ^ Signer { System::Security::Cryptography::X509Certificates::X509Certificate ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate Signer { get; }
member this.Signer : System.Security.Cryptography.X509Certificates.X509Certificate
Public ReadOnly Property Signer As X509Certificate

속성 값

X509Certificate

서명자의 디지털 인증서이거나, 인증서가 null 에 저장되지 않은 경우 Package입니다.

예외

디지털 Signature가 삭제되었습니다.

설명

Signer 패키지 내에서 디지털 인증서를 저장할 때에 서명자의 X.509 인증서를 반환 합니다 (즉, CertificateEmbeddingOption 됩니다 InCertificatePart 또는 InSignaturePart).

Signer 반환 null 때 패키지에는 X.509 인증서 저장 되지 않습니다 (즉, CertificateEmbeddingOptionNotEmbedded).

적용 대상