1 write to wrappedKeyTokenAuthenticator
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityProtocolFactory.cs (1)
199this.wrappedKeyTokenAuthenticator = new List<SecurityTokenAuthenticator>(1);
2 references to wrappedKeyTokenAuthenticator
System.ServiceModel (2)
System\ServiceModel\Security\MessageSecurityProtocolFactory.cs (2)
160return this.wrappedKeyTokenAuthenticator; 201this.wrappedKeyTokenAuthenticator.Add(authenticator);