C# 클래스 TripleSoftware.Sasl.Mechanism.PlainSaslMechanism

Plain unencrypted SASL authentication method
상속: ASaslMechanism
파일 보기 프로젝트 열기: rckoenes/Sasl.NET 1 사용 예제들

공개 메소드들

메소드 설명
GetResponse ( ) : string

Plain method authentication

GetResponse ( string Challenge ) : string

Plain method authentication

메소드 상세

GetResponse() 공개 메소드

Plain method authentication
public GetResponse ( ) : string
리턴 string

GetResponse() 공개 메소드

Plain method authentication
public GetResponse ( string Challenge ) : string
Challenge string Plain does not supprt challenge, this will be ignored
리턴 string