SecurityType Enumeration

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies the mode of security enforced.

  [Visual Basic]
<Serializable>
Public Enum SecurityType
[C#]
[Serializable]
public enum SecurityType
[C++]
[Serializable]
__value public enum SecurityType
[JScript]
public
   Serializable
enum SecurityType

Members

Member name Description
DBAuthentication

Supported only by the .NET Compact Framework.

SQL Server standard security (default).
NTAuthentication

Supported only by the .NET Compact Framework.

Windows Authentication.

Requirements

Namespace: System.Data.SqlServerCe

Platforms: .NET Compact Framework

Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)

See Also

System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.