Share via


xApplication.SignDataWithAlgorithm(String, CryptoAlgorithmType) Method

Definition

public:
 cli::array <System::Object ^> ^ SignDataWithAlgorithm(System::String ^ _input, Microsoft::Dynamics::Ax::Xpp::Security::CryptoAlgorithmType algorithmType);
public object[] SignDataWithAlgorithm (string _input, Microsoft.Dynamics.Ax.Xpp.Security.CryptoAlgorithmType algorithmType);
member this.SignDataWithAlgorithm : string * Microsoft.Dynamics.Ax.Xpp.Security.CryptoAlgorithmType -> obj[]
Public Function SignDataWithAlgorithm (_input As String, algorithmType As CryptoAlgorithmType) As Object()

Parameters

_input
String
algorithmType
Microsoft.Dynamics.Ax.Xpp.Security.CryptoAlgorithmType

Returns

Object[]

Applies to