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