EncryptionUtility.EncryptValue(String, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Deprecated by EncryptText
Criptografa o valor da cadeia de caracteres usando o certificado especificado. Esse método foi preterido; Em vez disso, o método EncryptText deve ser usado.
[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
Parâmetros
- thumbprint
- String
A impressão digital do certificado usada para criptografar o texto.
- storeLocation
- String
O StoreName para o certificado. O padrão é "Meu" repositório.
- textToEncrypt
- String
O valor de texto que precisa ser criptografado.
Retornos
O texto criptografado como String.
- Atributos
Aplica-se a
Azure SDK for .NET