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.
返回
如果必须加再密数据,则为 true;否则为 false。true if the data must be re-encrypted; otherwise, false.
注解
此方法始终返回 true。This method always returns true.