Private/Types/validators/WebBrowserAuthenticationMode.generated.ps1

using namespace System.Management.Automation

class WebBrowserAuthenticationModeValidator : IValidateSetValuesGenerator {
    [string[]]GetValidValues() {
        return ('Form', 'Basic', 'Digest', 'Ntlm')
    }
}