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