PackageDigitalSignature.CertificateEmbeddingOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the X.509 certificate embedding option.
public:
property System::IO::Packaging::CertificateEmbeddingOption CertificateEmbeddingOption { System::IO::Packaging::CertificateEmbeddingOption get(); };
public System.IO.Packaging.CertificateEmbeddingOption CertificateEmbeddingOption { get; }
member this.CertificateEmbeddingOption : System.IO.Packaging.CertificateEmbeddingOption
Public ReadOnly Property CertificateEmbeddingOption As CertificateEmbeddingOption
Property Value
One of the CertificateEmbeddingOption values that specifies the option for the digital signature.
Exceptions
The digital Signature has been deleted.
Remarks
X.509 certificates used to validate a package may be stored in one of three locations:
InCertificatePart | In its own certificate PackagePart in the package. The X.509 certificate can be obtained through the Signer property. |
InSignaturePart | Within the content of the SignaturePart in the package. The X.509 certificate can be obtained through the Signer property. |
NotEmbedded | External to the package in a location known by both the application that creates the signature and the application that later uses the signature for validation. |
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.