JobDefinition.RequiresEncryption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A flag indicating that this Job requires encryption.