Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PrivilegedUserId"/> class.
 /// </summary>
 /// <param name="openType">The open type.</param>
 /// <param name="idType">The type of this Id.</param>
 /// <param name="id">The user Id.</param>
 PrivilegedUserId(PrivilegedLogonType openType, ConnectingIdType idType, String id)
     : this()
 {
     this.logonType = openType;
     this.idType    = idType;
     this.id        = id;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PrivilegedUserId"/> class.
 /// </summary>
 /// <param name="openType">The open type.</param>
 /// <param name="idType">The type of this Id.</param>
 /// <param name="id">The user Id.</param>
 public PrivilegedUserId(PrivilegedLogonType openType, ConnectingIdType idType, string id)
     : this()
 {
     this.logonType = openType;
     this.idType = idType;
     this.id = id;
 }