Compartilhar via


EncryptionUtility.EncryptValue(String, String, String) Método

Definição

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