IdentityTransferToken Constructor (String, String, DateTime, Boolean, TokenSigner)

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public IdentityTransferToken(
    string identityProviderName,
    string identityName,
    DateTime issueDate,
    bool assumeDbAdmin,
    TokenSigner signer
)
public:
IdentityTransferToken(
    String^ identityProviderName,
    String^ identityName,
    DateTime issueDate,
    bool assumeDbAdmin,
    TokenSigner^ signer
)
new : 
        identityProviderName:string *
        identityName:string *
        issueDate:DateTime *
        assumeDbAdmin:bool *
        signer:TokenSigner -> IdentityTransferToken
Public Sub New (
    identityProviderName As String,
    identityName As String,
    issueDate As Date,
    assumeDbAdmin As Boolean,
    signer As TokenSigner
)

Parameters

See Also

IdentityTransferToken Overload
IdentityTransferToken Class
Microsoft.AnalysisServices Namespace

Return to top