PublisherConnectionSecurityContext.SecureSqlStandardPassword 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SQL Server 인증을 SecureString 사용하는 경우의 SqlStandardLogin 암호를 개체로 설정합니다.
public:
property System::Security::SecureString ^ SecureSqlStandardPassword { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
public System.Security.SecureString SecureSqlStandardPassword { get; set; }
member this.SecureSqlStandardPassword : System.Security.SecureString with get, set
Public Property SecureSqlStandardPassword As SecureString
속성 값
SecureString 개체입니다.
설명
가능하면 Windows 인증을 사용하세요.
이 속성은 SecureSqlStandardPassword 메모리에 저장되는 동안 암호에 대한 추가 보안을 제공하며 대신 사용해야 SqlStandardPassword합니다.
가능한 경우 런타임 시 사용자에게 보안 자격 증명을 입력하라는 메시지가 표시됩니다. 자격 증명을 저장해야 하는 경우 Windows .NET Framework에서 제공하는 암호화 서비스 Microsoft 를 사용합니다.
이 네임스페이스, 클래스 또는 멤버는 .NET Framework 2.0 버전에서만 지원됩니다.