2 instantiations of PolicyElement
System.ServiceModel (2)
System\ServiceModel\Security\InfoCardHelper.cs (2)
192chain.Add(new PolicyElement(nextTarget, 212chain.Add(new PolicyElement(nextTarget,
5 references to PolicyElement
System.ServiceModel (5)
System\ServiceModel\Security\InfoCardHelper.cs (5)
135PolicyElement[] policyChain = GetPolicyChain(target, binding, parameters, privacyNotice, privacyVersion, clientCredentialsTokenManager); 165static PolicyElement[] GetPolicyChain(EndpointAddress target, Binding outerBinding, IssuedSecurityTokenParameters parameters, Uri firstPrivacyNoticeLink, int firstPrivacyNoticeVersion, SecurityTokenManager clientCredentialsTokenManager) 170List<PolicyElement> chain = new List<PolicyElement>(); 249static bool RequiresInfoCard(PolicyElement[] chain, out Uri relyingPartyIssuer)