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