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