IDTSPackage100.CertificateContext Property

Definition

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.

Applies to