Namespace:  EPiServer.Common.Security
Assembly:  EPiServer.Common.Security (in EPiServer.Common.Security.dll) Version: 4.1.517.380

Syntax

C#
public override bool ValidatePassword(
	byte[] ciphertext,
	string plaintext
)

Parameters

ciphertext
Type: array< System..::.Byte >[]()[]
plaintext
Type: System..::.String

See Also