IVsDataConnectionUIProperties.IsSensitive Method
When implemented by a class, indicates whether a property contains sensitive information.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
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
Parameters
key
Type: System.StringThe name of the property to examine for sensitive information.
Return Value
Type: System.Boolean
true if the property contains sensitive information; otherwise, false.
Remarks
An example of a sensitive property is a password.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataConnectionUIProperties Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace