C# 클래스 SonarLint.VisualStudio.Integration.Service.SecureStringExtensions

파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
CopyAsReadOnly ( this secureString ) : SecureString

Create a read-only copy of a SecureString.

Equivalent to calling SecureString.Copy followed by SecureString.MakeReadOnly.

IsEmpty ( this secureString ) : bool
IsNullOrEmpty ( this secureString ) : bool

메소드 상세

CopyAsReadOnly() 공개 정적인 메소드

Create a read-only copy of a SecureString.
Equivalent to calling SecureString.Copy followed by SecureString.MakeReadOnly.
public static CopyAsReadOnly ( this secureString ) : SecureString
secureString this
리턴 System.Security.SecureString

IsEmpty() 공개 정적인 메소드

public static IsEmpty ( this secureString ) : bool
secureString this
리턴 bool

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( this secureString ) : bool
secureString this
리턴 bool