C# Class SecurityDriven.Inferno.Extensions.B64Extensions

显示文件 Open project: sdrapkin/SecurityDriven.Inferno

Public Methods

Method Description
FromB64 ( this input ) : byte[]
FromB64Url ( this str ) : byte[]
ToB64 ( this input ) : string
ToB64 ( this inputSegment ) : string
ToB64Url ( this input ) : string
ToB64Url ( this inputSegment ) : string

Method Details

FromB64() public static method

public static FromB64 ( this input ) : byte[]
input this
return byte[]

FromB64Url() public static method

public static FromB64Url ( this str ) : byte[]
str this
return byte[]

ToB64() public static method

public static ToB64 ( this input ) : string
input this
return string

ToB64() public static method

public static ToB64 ( this inputSegment ) : string
inputSegment this
return string

ToB64Url() public static method

public static ToB64Url ( this input ) : string
input this
return string

ToB64Url() public static method

public static ToB64Url ( this inputSegment ) : string
inputSegment this
return string