7 references to SecurityContextClaimTypes
System.ServiceModel (7)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
204if (specificBehavior.SecureConversationAuthentication != null && specificBehavior.SecureConversationAuthentication.SecurityContextClaimTypes != null) 207foreach (Type claimType in specificBehavior.SecureConversationAuthentication.SecurityContextClaimTypes)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
394this.ServiceCredentials.SecureConversationAuthentication.SecurityContextClaimTypes );
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (4)
53return new WSSecurityTokenSerializer(wsVersion.SecurityVersion, wsVersion.TrustVersion, wsVersion.SecureConversationVersion, wsVersion.EmitBspRequiredAttributes, samlSerializer, parent.SecureConversationAuthentication.SecurityStateEncoder, parent.SecureConversationAuthentication.SecurityContextClaimTypes); 109authenticator.KnownTypes = parent.SecureConversationAuthentication.SecurityContextClaimTypes; 153authenticator.KnownTypes = parent.SecureConversationAuthentication.SecurityContextClaimTypes; 222authenticator.KnownTypes = parent.SecureConversationAuthentication.SecurityContextClaimTypes;