Compartir a través de


ConfigurationProperty.DecryptValue Método

Definición

Descifra un valor cifrado y lo devuelve como secureString.

public System.Security.SecureString DecryptValue ();
member this.DecryptValue : unit -> System.Security.SecureString
Public Function DecryptValue () As SecureString

Devoluciones

Devuelve SecureString.

Excepciones

El valor de ConfigurationProperty no está cifrado.

Comentarios

Vea https://docs.microsoft.com/azure/service-fabric/service-fabric-application-secret-management un ejemplo sobre cómo cifrar un secreto y almacenarlo en la configuración y cómo usar este método para descifrar el valor en tiempo de ejecución.

Se aplica a