1 write to tokenTypes
System.ServiceModel (1)
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
207
this.
tokenTypes
= new Type[] { typeof( SecurityContextSecurityToken ) };
2 references to tokenTypes
System.ServiceModel (2)
System\ServiceModel\Security\WsKeyInfoSerializer.cs (2)
206
if (
tokenTypes
== null )
209
return this.
tokenTypes
;