2 references to RecipientAttribute
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedKey.cs (2)
76
this.recipient = reader.GetAttribute(
RecipientAttribute
, null);
108
writer.WriteAttributeString(
RecipientAttribute
, null, this.recipient);