C# 클래스 Bit.Api.Utilities.EncryptedStringAttribute

Validates a string that is in encrypted form: "b64iv=|b64ct="
상속: System.ComponentModel.DataAnnotations.ValidationAttribute
파일 보기 프로젝트 열기: bitwarden/core

공개 메소드들

메소드 설명
EncryptedStringAttribute ( ) : System
IsValid ( object value ) : bool

메소드 상세

EncryptedStringAttribute() 공개 메소드

public EncryptedStringAttribute ( ) : System
리턴 System

IsValid() 공개 메소드

public IsValid ( object value ) : bool
value object
리턴 bool