Condividi tramite


Proprietà Setting.Encrypted

Indicates whether the extension setting value should be encrypted in the report server database.

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

'Dichiarazione
Public Property Encrypted As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As Setting 
Dim value As Boolean 

value = instance.Encrypted

instance.Encrypted = value
public bool Encrypted { get; set; }
public:
property bool Encrypted {
    bool get ();
    void set (bool value);
}
member Encrypted : bool with get, set
function get Encrypted () : boolean 
function set Encrypted (value : boolean)

Valore proprietà

Tipo: System.Boolean
A Boolean value indicating whether a value for the setting should be encrypted in the report server database.

Osservazioni

If a setting is marked as encrypted then the report server encrypts the data before storing it in the report server database.

Set the Encrypted property to true when the value of the setting may contain sensitive data such as a password.

Vedere anche

Riferimento

Setting Classe

Spazio dei nomi Microsoft.ReportingServices.Interfaces