IVsDataConnectionUIProperties.IsSensitive, méthode

Une fois implémentée par une classe, indique si une propriété contient des informations sensibles.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function IsSensitive ( _
    key As String _
) As Boolean
bool IsSensitive(
    string key
)
bool IsSensitive(
    String^ key
)
abstract IsSensitive : 
        key:string -> bool
function IsSensitive(
    key : String
) : boolean

Paramètres

  • key
    Type : String

    Le nom de la propriété à examiner des informations sensibles.

Valeur de retour

Type : Boolean
true si la propriété contient des informations sensibles ; sinon, false.

Notes

Un exemple de propriété réactive est un mot de passe.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataConnectionUIProperties Interface

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms