Domain Detective

API Reference

Class

ValidateDomainNameAttribute

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Base ValidateArgumentsAttribute
Modifiers sealed
Attributes
AttributeUsage(384)

Validates that a parameter value is a syntactically valid DNS domain name (IDN-aware).

Inheritance

  • ValidateArgumentsAttribute
  • ValidateDomainNameAttribute

Constructors

public ValidateDomainNameAttribute() #

Methods

Validate(System.Object arguments, System.Management.Automation.EngineIntrinsics engineIntrinsics) #

Validates the bound parameter value.

Parameters

arguments System.Object required
The value being bound.
engineIntrinsics System.Management.Automation.EngineIntrinsics required
PowerShell engine services.
{{ include "footer" }}