Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the X.509 certificate identifier.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property CertificateIdentifier As String
Get
Set
'Usage
Dim instance As HttpClientConnection100Class
Dim value As String
value = instance.CertificateIdentifier
instance.CertificateIdentifier = value
public virtual string CertificateIdentifier { get; set; }
public:
virtual property String^ CertificateIdentifier {
String^ get ();
void set (String^ value);
}
abstract CertificateIdentifier : string with get, set
override CertificateIdentifier : string with get, set
function get CertificateIdentifier () : String
function set CertificateIdentifier (value : String)
Property Value
Type: System.String
A string representation of the current X.509 Certificate object.
Implements
IDTSHttpClientConnection100.CertificateIdentifier