Table of Contents

Class AuthenticationEventArgs

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll
[Obfuscation(Exclude = true, StripAfterObfuscation = true)]
public class AuthenticationEventArgs : EventArgs
Inheritance
AuthenticationEventArgs
Inherited Members

Constructors

AuthenticationEventArgs(string)

public AuthenticationEventArgs(string userName)

Parameters

userName string

Properties

UserName

public string UserName { get; set; }

Property Value

string