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 can be stored in one of three locations:
Embedding option | Location |
---|---|
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET