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

파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet

공개 메소드들

메소드 설명
FetchWsTrustAddressFromMexAsync ( string federationMetadataUrl, UserAuthType userAuthType, CallState callState ) : Task

비공개 메소드들

메소드 설명
AddPolicy ( MexPolicy>.IDictionary policies, System.Xml.Linq.XElement policy, UserAuthType policyAuthType ) : void
ExtractWsTrustAddressFromMex ( System.Xml.Linq.XDocument mexDocument, UserAuthType userAuthType, CallState callState ) : WsTrustAddress
FetchMexAsync ( string federationMetadataUrl, CallState callState ) : Task
ReadPolicies ( System.Xml.Linq.XContainer mexDocument ) : MexPolicy>.Dictionary
ReadPolicyBindings ( System.Xml.Linq.XContainer mexDocument, MexPolicy>.IReadOnlyDictionary policies ) : MexPolicy>.Dictionary
SetPolicyEndpointAddresses ( System.Xml.Linq.XContainer mexDocument, MexPolicy>.IReadOnlyDictionary bindings ) : void

메소드 상세

FetchWsTrustAddressFromMexAsync() 공개 정적인 메소드

public static FetchWsTrustAddressFromMexAsync ( string federationMetadataUrl, UserAuthType userAuthType, CallState callState ) : Task
federationMetadataUrl string
userAuthType UserAuthType
callState CallState
리턴 Task