你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MobileServicePKCEAuthentication.GetSha256Hash(String) 方法

定义

SHA-256 哈希后跟字符串输入的 Base64 编码。

public static string GetSha256Hash(string data);
static member GetSha256Hash : string -> string
Public Shared Function GetSha256Hash (data As String) As String

参数

data
String

输入数据

返回

Base64 编码的 SHA-256 哈希

适用于