Gets a value to determine whether the parameter value is encrypted.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ConfigParameter
Dim value As Boolean

value = instance.IsEncrypted

Syntax

Visual Basic
Public MustOverride ReadOnly Property IsEncrypted As Boolean
C#
public abstract bool IsEncrypted { get; }
C++
public:
virtual property bool IsEncrypted {
		bool get () abstract;
}
J#
/** @property */
public abstract boolean get_IsEncrypted ()
JScript
public abstract function get IsEncrypted () : boolean

Property Value

Returns a Boolean.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also