DpapiDataProtector.IsReprotectRequired(Byte[]) 方法

定义

确定如果数据必须加再密数据。

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[]

需检查的加密数据。

返回

Boolean

如果必须加再密数据,则为 true;否则为 false

注解

此方法始终返回 true

适用于