Share via


BuiltInAuthenticationProviderTypeConverter Class

Definition

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

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

Constructors

BuiltInAuthenticationProviderTypeConverter()

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