IDTSPackageSigning100.CertificateContext 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 or sets the context of the certificate associated with the package.
public:
property long CertificateContext { long get(); void set(long value); };
[System.Runtime.InteropServices.DispId(1610678274)]
public long CertificateContext { get; set; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.CertificateContext : int64 with get, set
Public Property CertificateContext As Long
Property Value
The context of the certificate.
- Attributes