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

검사할 암호화 데이터입니다.

반환

데이터를 다시 암호화해야 하는 경우 true이고, 그렇지 않으면 false입니다.

설명

이 메서드는 항상 true을 반환합니다.

적용 대상