2 writes to ContainingCollection
System.IdentityModel (2)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (2)
687handler.ContainingCollection = this; 719handler.ContainingCollection = null;
13 references to ContainingCollection
System.IdentityModel (13)
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (8)
86SecurityTokenHandlerCollection sthc = ( ContainingCollection != null ) ? 87ContainingCollection : SecurityTokenHandlerCollection.CreateDefaultSecurityTokenHandlerCollection(); 178SR.GetString(SR.ID4036, XmlUtil.SerializeSecurityKeyIdentifier(encryptedData.KeyIdentifier, base.ContainingCollection.KeyInfoSerializer)))); 214if (this.ContainingCollection != null && this.ContainingCollection.CanReadToken(innerTokenReader)) 216return this.ContainingCollection.ReadToken(innerTokenReader); 302if (this.ContainingCollection == null) 318SecurityTokenHandler securityTokenHandler = this.ContainingCollection[encryptedToken.Token.GetType()];
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
178SecurityTokenHandlerCollection sthc = ( ContainingCollection != null ) ? 179ContainingCollection : SecurityTokenHandlerCollection.CreateDefaultSecurityTokenHandlerCollection();
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
3595SecurityTokenHandlerCollection sthc = (ContainingCollection != null) ? 3596ContainingCollection : SecurityTokenHandlerCollection.CreateDefaultSecurityTokenHandlerCollection();
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
529SecurityTokenHandlerCollection tokenHandlerCollection = this.ContainingCollection ?? SecurityTokenHandlerCollection.CreateDefaultSecurityTokenHandlerCollection();