2 writes to KeyIdentifier
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (1)
256this.KeyIdentifier = this.tokenSerializer.ReadKeyIdentifier(localReader);
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
210ek.KeyIdentifier = this.WrappingTokenReference;
2 references to KeyIdentifier
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
355if (this.KeyIdentifier != null) 357this.tokenSerializer.WriteKeyIdentifier(writer, this.KeyIdentifier);