Share via


SecurityRuleAccessTypeConverter Class

Definition

Whether network traffic is allowed or denied.

public class SecurityRuleAccessTypeConverter : System.Management.Automation.PSTypeConverter
type SecurityRuleAccessTypeConverter = class
    inherit PSTypeConverter
Public Class SecurityRuleAccessTypeConverter
Inherits PSTypeConverter
Inheritance
SecurityRuleAccessTypeConverter

Constructors

SecurityRuleAccessTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to