ConnectionInfo.ClientCertificateThumbprint Property

 

Applies To: SQL Server 2016 Preview

Gets the thumbprint of the certificate provided by the client.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public string ClientCertificateThumbprint { get; }
public:
property String^ ClientCertificateThumbprint {
    String^ get();
}
member ClientCertificateThumbprint : string with get
Public ReadOnly Property ClientCertificateThumbprint As String

Property Value

Type: System.String

The thumbprint of the certificate provided by the client.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top