DpapiDataProtector.IsReprotectRequired(Byte[]) 方法

定义

确定如果数据必须加再密数据。Determines if the data must be re-encrypted.

public:
 override bool IsReprotectRequired(cli::array <System::Byte> ^ encryptedData);
public override bool IsReprotectRequired (byte[] encryptedData);
override this.IsReprotectRequired : byte[] -> bool
Public Overrides Function IsReprotectRequired (encryptedData As Byte()) As Boolean

参数

encryptedData
Byte[]

需检查的加密数据。The encrypted data to be checked.

返回

Boolean

如果必须加再密数据,则为 true;否则为 falsetrue if the data must be re-encrypted; otherwise, false.

注解

此方法始终返回 trueThis method always returns true.

适用于