Share via


HttpClientConnection.CertificateIdentifier Property

Gets or sets the X.509 certificate identifier.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Property CertificateIdentifier As String
public string CertificateIdentifier { get; set; }
public:
property String^ CertificateIdentifier {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_CertificateIdentifier ()

/** @property */
public void set_CertificateIdentifier (String value)
public function get CertificateIdentifier () : String

public function set CertificateIdentifier (value : String)

Property Value

A string representation of the current X.509Certificate object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

HttpClientConnection Class
HttpClientConnection Members
Microsoft.SqlServer.Dts.Runtime Namespace