Sdílet prostřednictvím


XpsDigitalSignature.SignerCertificate Vlastnost

Definice

Získá certifikát X.509 podepisující osoby.

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

Hodnota vlastnosti

X509Certificate

Certifikát X.509 podepisující osoby; nebo null pokud v balíčku dokumentu není vložen žádný certifikát.

Poznámky

Certifikát X.509 podepisující osoby je vložen metodou SignDigitally při volání s parametrem nastaveným embedCertificate na true.

Další informace o digitálních podpisech a certifikátech naleznete v části 3.3 Digitální podpisy ve specifikaci Open Packaging Conventions dostupné ke stažení na adrese https://www.ecma-international.org/publications-and-standards/standards/ecma-376/.

Platí pro

Viz také