ProtocolTypeTypeConverter Class

Definition

Defines the TLS extension protocol that is used for secure delivery.

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

Constructors

ProtocolTypeTypeConverter()

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