예제 #1
0
 internal WindowsServiceCredential(WindowsServiceCredential other)
 {
     _allowAnonymousLogons = other._allowAnonymousLogons;
     _includeWindowsGroups = other._includeWindowsGroups;
     _isReadOnly           = other._isReadOnly;
     _ldapSettings         = other._ldapSettings;
 }
예제 #2
0
 internal WindowsServiceCredential(WindowsServiceCredential other)
 {
     allowAnonymousLogons = other.allowAnonymousLogons;
     includeWindowsGroups = other.includeWindowsGroups;
     isReadOnly           = other.isReadOnly;
 }