C# Класс SecurityDriven.Inferno.Extensions.B64Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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