TokenSigner.Sign Method (Byte )

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public byte[] Sign(
    byte[] data
)
public:
array<unsigned char>^ Sign(
    array<unsigned char>^ data
)
member Sign : 
        data:byte[] -> byte[]
Public Function Sign (
    data As Byte()
) As Byte()

Parameters

Return Value

Type: System.Byte[]

See Also

TokenSigner Class
Microsoft.AnalysisServices Namespace

Return to top