2 writes to tokenSerializer
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
41this.tokenSerializer = new KeyInfoSerializer(false); 188this.tokenSerializer = value ?? new KeyInfoSerializer(false);
4 references to tokenSerializer
System.IdentityModel (4)
System\ServiceModel\Security\EncryptedType.cs (4)
184return this.tokenSerializer; 237if (this.tokenSerializer.CanReadKeyIdentifier(reader)) 256this.KeyIdentifier = this.tokenSerializer.ReadKeyIdentifier(localReader); 357this.tokenSerializer.WriteKeyIdentifier(writer, this.KeyIdentifier);