HttpClientConnection.CertificateIdentifier Property
Gets or sets the X.509 certificate identifier.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
HttpClientConnection Class
HttpClientConnection Members
Microsoft.SqlServer.Dts.Runtime Namespace