C# Class Bit.Api.Utilities.EncryptedStringAttribute

Validates a string that is in encrypted form: "b64iv=|b64ct="
Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Show file Open project: bitwarden/core

Public Methods

Method Description
EncryptedStringAttribute ( ) : System
IsValid ( object value ) : bool

Method Details

EncryptedStringAttribute() public method

public EncryptedStringAttribute ( ) : System
return System

IsValid() public method

public IsValid ( object value ) : bool
value object
return bool