Altova MapForce Server 2024 

BeginCredential

Home Prev Top Next

Creates a new credential with the name supplied as argument. If you call this method, you must also add properties to it using AddCredentialProperty(), and finally close the credential by calling EndCredential().

 

Signature

BeginCredential(in bstrCredentialName:String) -> Void

Generic signature

void BeginCredential(string bstrCredentialName)

C#

HRESULT BeginCredential([in] BSTR bstrCredentialName);

C++

Sub BeginCredential(ByVal bstrCredentialName As String)

VB.NET

 

Parameters

Name

Type

Description

bstrCredentialName

String

Specifies the name of the credential as it was defined in MapForce.

© 2017-2023 Altova GmbH