TokenSigner.DigestMethod Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

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

Property Value

Type: System.String

See Also

TokenSigner Class
Microsoft.AnalysisServices Namespace

Return to top