IDTSPackage100.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 certificate context.
public:
property long CertificateContext { long get(); void set(long value); };
[System.Runtime.InteropServices.DispId(56)]
public long CertificateContext { [System.Runtime.InteropServices.DispId(56)] get; [System.Runtime.InteropServices.DispId(56)] set; }
[<System.Runtime.InteropServices.DispId(56)>]
[<get: System.Runtime.InteropServices.DispId(56)>]
[<set: System.Runtime.InteropServices.DispId(56)>]
member this.CertificateContext : int64 with get, set
Public Property CertificateContext As Long
Property Value
The certificate context.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.