2 writes to securityContextClaimTypes
System.ServiceModel (2)
System\ServiceModel\Security\SecureConversationServiceCredential.cs (2)
23
securityContextClaimTypes
= new Collection<Type>();
30
this.
securityContextClaimTypes
= new Collection<Type>();
5 references to securityContextClaimTypes
System.ServiceModel (5)
System\ServiceModel\Security\SecureConversationServiceCredential.cs (5)
24
SamlAssertion.AddSamlClaimTypes(
securityContextClaimTypes
);
31
for (int i = 0; i < other.
securityContextClaimTypes
.Count; ++i)
33
this.
securityContextClaimTypes
.Add(other.
securityContextClaimTypes
[i]);
53
get { return this.
securityContextClaimTypes
; }