DataConnectionProperties.IsSensitive 메서드
속성에 중요 한 정보가 포함 되어 있는지 여부를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Data
어셈블리: Microsoft.VisualStudio.Data(Microsoft.VisualStudio.Data.dll)
구문
‘선언
Public Overridable Function IsSensitive ( _
propertyName As String _
) As Boolean
public virtual bool IsSensitive(
string propertyName
)
public:
virtual bool IsSensitive(
String^ propertyName
)
abstract IsSensitive :
propertyName:string -> bool
override IsSensitive :
propertyName:string -> bool
public function IsSensitive(
propertyName : String
) : boolean
매개 변수
- propertyName
형식: System.String
속성 이름
반환 값
형식: System.Boolean
반환 true 속성 경우 중요 한 정보입니다. 그렇지 않으면 반환 false.
예외
예외 | 조건 |
---|---|
ArgumentNullException | propertyName 매개 변수가 null인 경우 |
ArgumentException | 속성이 없는 경우. |
설명
이 메서드의 기본 구현은 검색은 PasswordPropertyTextAttribute 특성에 대해 지정 된 속성 및 반환 true 이 특성을 설정 하는 경우 true. 그렇지 않으면 false.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.