C# 클래스 HealthMonitoring.Security.EncryptionExtensions

파일 보기 프로젝트 열기: wongatech/HealthMonitoring

공개 메소드들

메소드 설명
FromBase64String ( this value ) : string
ToBase64String ( this value ) : string
ToSha256Hash ( this value ) : string

메소드 상세

FromBase64String() 공개 정적인 메소드

public static FromBase64String ( this value ) : string
value this
리턴 string

ToBase64String() 공개 정적인 메소드

public static ToBase64String ( this value ) : string
value this
리턴 string

ToSha256Hash() 공개 정적인 메소드

public static ToSha256Hash ( this value ) : string
value this
리턴 string