PasswordTypeConverter Class

Definition

public ref class PasswordTypeConverter sealed : Microsoft::BizTalk::Adapter::Framework::ComponentModel::CheckValueTypeConverter
public sealed class PasswordTypeConverter : Microsoft.BizTalk.Adapter.Framework.ComponentModel.CheckValueTypeConverter
type PasswordTypeConverter = class
    inherit CheckValueTypeConverter
Public NotInheritable Class PasswordTypeConverter
Inherits CheckValueTypeConverter
Inheritance

Constructors

PasswordTypeConverter()

Fields

PasswordChar
PasswordSize

Properties

Context (Inherited from ValueTypeConverter)
Converter (Inherited from ValueTypeConverter)

Methods

CanConvertFrom(ITypeDescriptorContext, Type) (Inherited from ValueTypeConverter)
CanConvertTo(ITypeDescriptorContext, Type)
CheckValue(ITypeDescriptorContext, CultureInfo, Object) (Inherited from CheckValueTypeConverter)
Convert(ITypeDescriptorContext) (Inherited from ValueTypeConverter)
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) (Inherited from CheckValueTypeConverter)
ConvertFromImpl(ITypeDescriptorContext, CultureInfo, Object) (Inherited from CheckValueTypeConverter)
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
CreateInstance(ITypeDescriptorContext, IDictionary) (Inherited from ValueTypeConverter)
GetCreateInstanceSupported(ITypeDescriptorContext) (Inherited from ValueTypeConverter)
GetProperties(ITypeDescriptorContext, Object, Attribute[]) (Inherited from ValueTypeConverter)
GetPropertiesSupported(ITypeDescriptorContext) (Inherited from ValueTypeConverter)
GetStandardValues(ITypeDescriptorContext) (Inherited from ValueTypeConverter)
GetStandardValuesExclusive(ITypeDescriptorContext)
GetStandardValuesSupported(ITypeDescriptorContext) (Inherited from ValueTypeConverter)
IsValid(ITypeDescriptorContext, Object) (Inherited from ValueTypeConverter)
LoadConverter(ITypeDescriptorContext) (Inherited from CheckValueTypeConverter)

Applies to