AccessHashWithSha256 Method

Hacher un mot de passe avec SHA256

Definition

Namespace: MediaTekDocuments.dal
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
private static string HashWithSha256(
	string pwdPlain
)

Parameters

pwdPlain  String

[Missing <param name="pwdPlain"/> documentation for "M:MediaTekDocuments.dal.Access.HashWithSha256(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:MediaTekDocuments.dal.Access.HashWithSha256(System.String)"]

See Also