Private/Types/validators/OTPCodeSize.generated.ps1
using namespace System.Management.Automation class OTPCodeSizeValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('Six', 'Eight') } } |
using namespace System.Management.Automation class OTPCodeSizeValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('Six', 'Eight') } } |