Package.CertificateObject Property
Gets or sets the X.509 certificate object for the package.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Property Value
Type: System.Security.Cryptography.X509Certificates.X509CertificateThe X.509 certificate object for the package.
The X509Certificate object defines the common language runtime implementation of an X.509 certificate. You must include a reference to the System.Security.Cryptography.X509Certificates assembly.
Show: