PackageDigitalSignatureManager.CertificateOption Property

Definition

Gets or sets the X.509 certificate embedding option used by the Sign(IEnumerable<Uri>) method to digitally sign package parts.

public:
 property System::IO::Packaging::CertificateEmbeddingOption CertificateOption { System::IO::Packaging::CertificateEmbeddingOption get(); void set(System::IO::Packaging::CertificateEmbeddingOption value); };
public System.IO.Packaging.CertificateEmbeddingOption CertificateOption { get; set; }
member this.CertificateOption : System.IO.Packaging.CertificateEmbeddingOption with get, set
Public Property CertificateOption As CertificateEmbeddingOption

Property Value

One of the CertificateEmbeddingOption values.

Examples

The following example shows how to set this property in preparation to digitally sign the parts within a package. For the complete sample, see Creating a Package with a Digital Signature Sample.

Remarks

This property specifies where the signer's X.509 certificate will be stored when digitally signing a part.

Applies to