2 instantiations of SecurityTokenHandlerCollection
System.IdentityModel (2)
System\IdentityModel\Configuration\IdentityConfiguration.cs (1)
493
handlerCollection = new
SecurityTokenHandlerCollection
(handlerConfiguration);
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
193
SecurityTokenHandlerCollection collection = new
SecurityTokenHandlerCollection
(new SecurityTokenHandler[] {
69 references to SecurityTokenHandlerCollection
System.IdentityModel (51)
System\IdentityModel\Configuration\IdentityConfiguration.cs (8)
293
/// <see cref="
SecurityTokenHandlerCollection
"/> objects contained in
309
SecurityTokenHandlerCollection
defaultCollection = this.SecurityTokenHandlers;
447
SecurityTokenHandlerCollection
handlerCollection;
512
manager[SecurityTokenHandlerCollectionManager.Usage.Default] =
SecurityTokenHandlerCollection
.CreateDefaultSecurityTokenHandlerCollection(_serviceHandlerConfiguration);
526
manager[SecurityTokenHandlerCollectionManager.Usage.Default] =
SecurityTokenHandlerCollection
.CreateDefaultSecurityTokenHandlerCollection(_serviceHandlerConfiguration);
642
/// Loads configuration elements pertaining to the <see cref="
SecurityTokenHandlerCollection
"/>
897
/// The <see cref="
SecurityTokenHandlerCollection
" /> collection of <see cref="SecurityTokenHandler" />
902
public
SecurityTokenHandlerCollection
SecurityTokenHandlers
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (4)
196
SecurityTokenHandlerCollection
defaultHandlers =
SecurityTokenHandlerCollection
.CreateDefaultSecurityTokenHandlerCollection();
222
SecurityTokenHandlerCollection
sthc =
SecurityTokenHandlerCollection
.CreateDefaultSecurityTokenHandlerCollection();
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationContext.cs (1)
108
public
SecurityTokenHandlerCollection
SecurityTokenHandlers
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2926
SecurityTokenHandlerCollection
tokenHandlerCollection = null;
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (3)
86
SecurityTokenHandlerCollection
sthc = ( ContainingCollection != null ) ?
87
ContainingCollection :
SecurityTokenHandlerCollection
.CreateDefaultSecurityTokenHandlerCollection();
116
/// <exception cref="InvalidOperationException">The ContainingCollection (<see cref="
SecurityTokenHandlerCollection
"/>) is unable to find a <see cref="SecurityTokenHandler"/> that is able to read the decrypted xml and return a <see cref="SecurityToken"/>.</exception>
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\SecurityTokenElement.cs (6)
27
SecurityTokenHandlerCollection
_securityTokenHandlers;
62
public SecurityTokenElement(XmlElement securityTokenXml,
SecurityTokenHandlerCollection
securityTokenHandlers)
82
/// <see cref="SecurityTokenElement(XmlElement,
SecurityTokenHandlerCollection
)"/>.
133
protected virtual ReadOnlyCollection<ClaimsIdentity> ValidateToken(XmlElement securityTokenXml,
SecurityTokenHandlerCollection
securityTokenHandlers)
148
/// <param name="securityTokenHandlers">The <see cref="
SecurityTokenHandlerCollection
"/> used to
152
SecurityTokenHandlerCollection
securityTokenHandlers)
System\IdentityModel\Tokens\SecurityTokenHandler.cs (2)
22
private
SecurityTokenHandlerCollection
collection;
81
public
SecurityTokenHandlerCollection
ContainingCollection
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (7)
30
/// Creates an instance of <see cref="
SecurityTokenHandlerCollection
"/>.
39
/// Creates an instance of <see cref="
SecurityTokenHandlerCollection
"/>.
55
/// Creates an instance of <see cref="
SecurityTokenHandlerCollection
"/>
68
/// Creates an instance of <see cref="
SecurityTokenHandlerCollection
"/>
179
public static
SecurityTokenHandlerCollection
CreateDefaultSecurityTokenHandlerCollection()
190
public static
SecurityTokenHandlerCollection
CreateDefaultSecurityTokenHandlerCollection(SecurityTokenHandlerConfiguration configuration)
193
SecurityTokenHandlerCollection
collection = new SecurityTokenHandlerCollection(new SecurityTokenHandler[] {
System\IdentityModel\Tokens\SecurityTokenHandlerCollectionManager.cs (7)
17
/// A class which manages multiple named <see cref="
SecurityTokenHandlerCollection
"/>.
21
private Dictionary<string,
SecurityTokenHandlerCollection
> collections = new Dictionary<string,
SecurityTokenHandlerCollection
>();
66
public IEnumerable<
SecurityTokenHandlerCollection
> SecurityTokenHandlerCollections
83
public
SecurityTokenHandlerCollection
this[string usage]
123
SecurityTokenHandlerCollection
defaultHandlers =
SecurityTokenHandlerCollection
.CreateDefaultSecurityTokenHandlerCollection();
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (4)
27
SecurityTokenHandlerCollection
_securityTokenHandlers;
33
/// The <see cref="
SecurityTokenHandlerCollection
" /> containing the set of <see cref="SecurityTokenHandler" />
35
public SecurityTokenSerializerAdapter(
SecurityTokenHandlerCollection
securityTokenHandlerCollection)
53
public
SecurityTokenHandlerCollection
SecurityTokenHandlers
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (4)
252
SecurityTokenHandlerCollection
bootstrapTokenCollection = CreateBootstrapTokenHandlerCollection();
527
SecurityTokenHandlerCollection
CreateBootstrapTokenHandlerCollection()
529
SecurityTokenHandlerCollection
tokenHandlerCollection = this.ContainingCollection ??
SecurityTokenHandlerCollection
.CreateDefaultSecurityTokenHandlerCollection();
System.ServiceModel (18)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (2)
37
SecurityTokenHandlerCollection
_securityTokenHandlerCollection;
71
public
SecurityTokenHandlerCollection
SecurityTokenHandlers
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (2)
80
SecurityTokenHandlerCollection
securityTokenHandlerCollection,
406
SecurityTokenHandlerCollection
securityTokenHandlerCollection)
System\ServiceModel\Security\SctClaimsHandler.cs (3)
18
SecurityTokenHandlerCollection
_securityTokenHandlerCollection;
25
SecurityTokenHandlerCollection
securityTokenHandlerCollection,
53
public
SecurityTokenHandlerCollection
SecurityTokenHandlerCollection
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
472
SecurityTokenHandlerCollection
tokenHandlerCollection = null;
System\ServiceModel\Security\WsSecurityTokenSerializerAdapter.cs (10)
29
SecurityTokenHandlerCollection
_securityTokenHandlers;
37
/// The <see cref="
SecurityTokenHandlerCollection
" /> containing the set of <see cref="SecurityTokenHandler" />
40
public WsSecurityTokenSerializerAdapter(
SecurityTokenHandlerCollection
securityTokenHandlerCollection )
49
/// The <see cref="
SecurityTokenHandlerCollection
" /> containing the set of <see cref="SecurityTokenHandler" />
53
public WsSecurityTokenSerializerAdapter(
SecurityTokenHandlerCollection
securityTokenHandlerCollection, SecurityVersion securityVersion )
62
/// The <see cref="
SecurityTokenHandlerCollection
" /> containing the set of <see cref="SecurityTokenHandler" />
70
public WsSecurityTokenSerializerAdapter(
SecurityTokenHandlerCollection
securityTokenHandlerCollection, SecurityVersion securityVersion, bool emitBspAttributes, SamlSerializer samlSerializer, SecurityStateEncoder stateEncoder, IEnumerable<Type> knownTypes )
79
/// The <see cref="
SecurityTokenHandlerCollection
" /> containing the set of <see cref="SecurityTokenHandler" />
89
public WsSecurityTokenSerializerAdapter(
SecurityTokenHandlerCollection
securityTokenHandlerCollection, SecurityVersion securityVersion, TrustVersion trustVersion, SecureConversationVersion secureConversationVersion, bool emitBspAttributes, SamlSerializer samlSerializer, SecurityStateEncoder stateEncoder, IEnumerable<Type> knownTypes )
120
public
SecurityTokenHandlerCollection
SecurityTokenHandlers