C# 클래스 Microsoft.Identity.Client.Internal.EncodingHelper

The encoding helper.
파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
AddKeyValueString ( StringBuilder messageBuilder, string key, string value ) : void
ParseKeyValueList ( string input, char delimiter, bool urlDecode, CallState callState ) : string>.Dictionary
ParseKeyValueList ( string input, char delimiter, bool urlDecode, bool lowercaseKeys, CallState callState ) : string>.Dictionary
SecureClear ( this stringBuilder ) : void
ToByteArray ( this stringInput ) : byte[]
ToQueryParameter ( string>.this input ) : string
UrlDecode ( string message ) : string
UrlEncode ( string message ) : string

비공개 메소드들

메소드 설명
AddKeyValueString ( StringBuilder messageBuilder, string key, char value ) : void
Base64Decode ( string encodedString ) : string
Base64Encode ( string input ) : string
GetString ( byte bytes ) : string
SplitWithQuotes ( string input, char delimiter ) : List
UrlEncode ( char message ) : char[]

메소드 상세

AddKeyValueString() 공개 정적인 메소드

public static AddKeyValueString ( StringBuilder messageBuilder, string key, string value ) : void
messageBuilder StringBuilder
key string
value string
리턴 void

ParseKeyValueList() 공개 정적인 메소드

public static ParseKeyValueList ( string input, char delimiter, bool urlDecode, CallState callState ) : string>.Dictionary
input string
delimiter char
urlDecode bool
callState CallState
리턴 string>.Dictionary

ParseKeyValueList() 공개 정적인 메소드

public static ParseKeyValueList ( string input, char delimiter, bool urlDecode, bool lowercaseKeys, CallState callState ) : string>.Dictionary
input string
delimiter char
urlDecode bool
lowercaseKeys bool
callState CallState
리턴 string>.Dictionary

SecureClear() 공개 정적인 메소드

public static SecureClear ( this stringBuilder ) : void
stringBuilder this
리턴 void

ToByteArray() 공개 정적인 메소드

public static ToByteArray ( this stringInput ) : byte[]
stringInput this
리턴 byte[]

ToQueryParameter() 공개 정적인 메소드

public static ToQueryParameter ( string>.this input ) : string
input string>.this
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string message ) : string
message string
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( string message ) : string
message string
리턴 string