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