4 references to KeyInfoSerializer
System.IdentityModel (4)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
42: this(new KeyInfoSerializer(true))
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
51this.keyInfoSerializer = new KeyInfoSerializer(true);
System\ServiceModel\Security\EncryptedType.cs (2)
41this.tokenSerializer = new KeyInfoSerializer(false); 188this.tokenSerializer = value ?? new KeyInfoSerializer(false);