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