TokenSigner.CertificateThumbprint Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public byte[] CertificateThumbprint { get; }
public:
property array<unsigned char>^ CertificateThumbprint {
    array<unsigned char>^ get();
}
member CertificateThumbprint : byte[] with get
Public ReadOnly Property CertificateThumbprint As Byte()

Property Value

Type: System.Byte[]

See Also

TokenSigner Class
Microsoft.AnalysisServices Namespace

Return to top