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

EncryptionUtility.EncryptValue(String, String, String) Method

Definition

Caution

Deprecated by EncryptText

[System.Obsolete("Deprecated by EncryptText", false)]
public static string EncryptValue(string thumbprint, string storeLocation, string textToEncrypt);
[<System.Obsolete("Deprecated by EncryptText", false)>]
static member EncryptValue : string * string * string -> string
Public Shared Function EncryptValue (thumbprint As String, storeLocation As String, textToEncrypt As String) As String

Parameters

thumbprint
System.String
storeLocation
System.String
textToEncrypt
System.String

Returns

System.String
Attributes
System.ObsoleteAttribute

Applies to