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

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

공개 메소드들

메소드 설명
CreateFromResponse ( Stream responseStream, WsTrustVersion version ) : WsTrustResponse
ReadErrorResponse ( System.Xml.Linq.XDocument responseDocument, CallState callState ) : string

비공개 메소드들

메소드 설명
CreateFromResponseDocument ( System.Xml.Linq.XDocument responseDocument, WsTrustVersion version ) : WsTrustResponse
ReadDocumentFromResponse ( Stream responseStream ) : System.Xml.Linq.XDocument

메소드 상세

CreateFromResponse() 공개 정적인 메소드

public static CreateFromResponse ( Stream responseStream, WsTrustVersion version ) : WsTrustResponse
responseStream System.IO.Stream
version WsTrustVersion
리턴 WsTrustResponse

ReadErrorResponse() 공개 정적인 메소드

public static ReadErrorResponse ( System.Xml.Linq.XDocument responseDocument, CallState callState ) : string
responseDocument System.Xml.Linq.XDocument
callState CallState
리턴 string