X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Management%2FSystem.Management%2FConnectionOptions.cs;h=de3ec743095744a96b61f5499926dab1ce21500e;hb=9e58da5408fc58fa86327396383e4edbf4b5dfe2;hp=e88cc78608c82b742c74f56722ccd1d0848e5b2b;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/class/System.Management/System.Management/ConnectionOptions.cs b/mcs/class/System.Management/System.Management/ConnectionOptions.cs index e88cc78608c..de3ec743095 100644 --- a/mcs/class/System.Management/System.Management/ConnectionOptions.cs +++ b/mcs/class/System.Management/System.Management/ConnectionOptions.cs @@ -28,6 +28,8 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // using System; +using System.Security; + namespace System.Management { public class ConnectionOptions : ManagementOptions, ICloneable @@ -50,6 +52,18 @@ namespace System.Management { } + public ConnectionOptions (string locale, + string username, + SecureString password, + string authority, + ImpersonationLevel impersonation, + AuthenticationLevel authentication, + bool enablePrivileges, + ManagementNamedValueCollection context, + TimeSpan timeout) + { + } + [MonoTODO] public override object Clone () {