Package.CertificateObject 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 X.509 certificate object for the package.
public:
property System::Security::Cryptography::X509Certificates::X509Certificate ^ CertificateObject { System::Security::Cryptography::X509Certificates::X509Certificate ^ get(); void set(System::Security::Cryptography::X509Certificates::X509Certificate ^ value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "CertificateObjectDesc")]
[System.ComponentModel.Browsable(false)]
public System.Security.Cryptography.X509Certificates.X509Certificate CertificateObject { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "CertificateObjectDesc")>]
[<System.ComponentModel.Browsable(false)>]
member this.CertificateObject : System.Security.Cryptography.X509Certificates.X509Certificate with get, set
Public Property CertificateObject As X509Certificate
Property Value
The X.509 certificate object for the package.
- Attributes
Remarks
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.