xApplication.SignDataWithAlgorithm(String, CryptoAlgorithmType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]