1 write to tokenTypes
System.ServiceModel (1)
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
237
this.
tokenTypes
= new Type[] { typeof( DerivedKeySecurityToken ) };
2 references to tokenTypes
System.ServiceModel (2)
System\ServiceModel\Security\WsKeyInfoSerializer.cs (2)
236
if (
tokenTypes
== null )
239
return this.
tokenTypes
;