Sdílet prostřednictvím


PackageDigitalSignature.Signer Vlastnost

Definice

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

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

Hodnota vlastnosti

Digitální certifikát podepisujícího nebo null pokud certifikát není uložen v Package.

Výjimky

Digitální Signature data byla odstraněna.

Poznámky

Signer vrátí certifikát X.509 podepisujícího, pokud je digitální certifikát uložený v balíčku (tj. když CertificateEmbeddingOption je InCertificatePart nebo InSignaturePart).

Signer vrátí hodnotu null , pokud certifikát X.509 není uložen v balíčku (tj. když CertificateEmbeddingOption je NotEmbedded).

Platí pro