Share via


xApplication.Hash Method

Definition

Overloads

Hash(String)
Hash(String, CryptoAlgorithmType)

Hash(String)

public:
 cli::array <System::Object ^> ^ Hash(System::String ^ _input);
public object[] Hash (string _input);
member this.Hash : string -> obj[]
Public Function Hash (_input As String) As Object()

Parameters

_input
String

Returns

Object[]

Applies to

Hash(String, CryptoAlgorithmType)

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

Parameters

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

Returns

Object[]

Applies to