internal WindowsServiceCredential(WindowsServiceCredential other) { _allowAnonymousLogons = other._allowAnonymousLogons; _includeWindowsGroups = other._includeWindowsGroups; _isReadOnly = other._isReadOnly; _ldapSettings = other._ldapSettings; }
internal WindowsServiceCredential(WindowsServiceCredential other) { allowAnonymousLogons = other.allowAnonymousLogons; includeWindowsGroups = other.includeWindowsGroups; isReadOnly = other.isReadOnly; }