Bagikan melalui


ClientCredentialMethodTypeConverter Class

Definition

The method that should be used to authenticate the user.

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

Constructors

ClientCredentialMethodTypeConverter()

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