C# Class SecurityDriven.Inferno.Extensions.B64Extensions

Afficher le fichier Open project: sdrapkin/SecurityDriven.Inferno

Méthodes publiques

Méthode 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 méthode

public static FromB64 ( this input ) : byte[]
input this
Résultat byte[]

FromB64Url() public static méthode

public static FromB64Url ( this str ) : byte[]
str this
Résultat byte[]

ToB64() public static méthode

public static ToB64 ( this input ) : string
input this
Résultat string

ToB64() public static méthode

public static ToB64 ( this inputSegment ) : string
inputSegment this
Résultat string

ToB64Url() public static méthode

public static ToB64Url ( this input ) : string
input this
Résultat string

ToB64Url() public static méthode

public static ToB64Url ( this inputSegment ) : string
inputSegment this
Résultat string