Edit

Share via


DataProtector.IsReprotectRequired(Byte[]) Method

Definition

Determines if re-encryption is required for the specified encrypted data.

C#
public abstract bool IsReprotectRequired(byte[] encryptedData);

Parameters

encryptedData
Byte[]

The encrypted data to be evaluated.

Returns

true if the data must be re-encrypted; otherwise, false.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1