Partilhar via


SecurityConnectorTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of SecurityConnector

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

Constructors

SecurityConnectorTypeConverter()

Methods

CanConvertFrom(Object)

Determines if the converter can convert the sourceValue parameter to the SecurityConnector type.

CanConvertFrom(Object, Type)

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

CanConvertTo(Object, Type)

Determines if the sourceValue parameter can be converted to the destinationType parameter

ConvertFrom(Object)

Converts the sourceValue parameter into an instance of SecurityConnector

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