JobDefinition.RequiresEncryption Property

Definition

Gets a flag indicating that this Job requires encryption because it contains sensitive information in its configuration.

public:
 property bool RequiresEncryption { bool get(); };
public bool RequiresEncryption { get; }
member this.RequiresEncryption : bool
Public ReadOnly Property RequiresEncryption As Boolean

Property Value

Boolean

A flag indicating that this Job requires encryption.

Applies to