Share via


DoubleEncryptionStatusTypeConverter Class

Definition

Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.

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

Constructors

DoubleEncryptionStatusTypeConverter()

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