C# 클래스 SecurityDriven.Inferno.Extensions.B64Extensions

파일 보기 프로젝트 열기: sdrapkin/SecurityDriven.Inferno

공개 메소드들

메소드 설명
FromB64 ( this input ) : byte[]
FromB64Url ( this str ) : byte[]
ToB64 ( this input ) : string
ToB64 ( this inputSegment ) : string
ToB64Url ( this input ) : string
ToB64Url ( this inputSegment ) : string

메소드 상세

FromB64() 공개 정적인 메소드

public static FromB64 ( this input ) : byte[]
input this
리턴 byte[]

FromB64Url() 공개 정적인 메소드

public static FromB64Url ( this str ) : byte[]
str this
리턴 byte[]

ToB64() 공개 정적인 메소드

public static ToB64 ( this input ) : string
input this
리턴 string

ToB64() 공개 정적인 메소드

public static ToB64 ( this inputSegment ) : string
inputSegment this
리턴 string

ToB64Url() 공개 정적인 메소드

public static ToB64Url ( this input ) : string
input this
리턴 string

ToB64Url() 공개 정적인 메소드

public static ToB64Url ( this inputSegment ) : string
inputSegment this
리턴 string