C# Class Bit.Api.Utilities.EncryptedStringAttribute

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

Méthodes publiques

Méthode Description
EncryptedStringAttribute ( ) : System
IsValid ( object value ) : bool

Method Details

EncryptedStringAttribute() public méthode

public EncryptedStringAttribute ( ) : System
Résultat System

IsValid() public méthode

public IsValid ( object value ) : bool
value object
Résultat bool