**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Data.OracleClient / System.Data.OracleClient.Oci / OciCredentialType.cs
blob2f8ec70e98dc82fcb161006fc0e7db3b5a5a5dd9
1 //
2 // OciCredentialType.cs
3 //
4 // Part of managed C#/.NET library System.Data.OracleClient.dll
5 //
6 // Part of the Mono class libraries at
7 // mcs/class/System.Data.OracleClient/System.Data.OracleClient.Oci
8 //
9 // Assembly: System.Data.OracleClient.dll
10 // Namespace: System.Data.OracleClient.Oci
11 //
12 // Author:
13 // Tim Coleman <tim@timcoleman.com>
14 //
15 // Copyright (C) Tim Coleman, 2003
16 //
18 using System;
20 namespace System.Data.OracleClient.Oci {
21 internal enum OciCredentialType {
22 RDBMS = 0x01,
23 External = 0x02,
24 Proxy = 0x03