1 instantiation of EncryptionMethod
System.IdentityModel (1)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
1008resultKey.EncryptionMethods.Add(new EncryptionMethod(new Uri(algorithm)));
5 references to EncryptionMethod
System.IdentityModel (5)
System\IdentityModel\Metadata\KeyDescriptor.cs (4)
18Collection<EncryptionMethod> _encryptionMethods = new Collection<EncryptionMethod>(); 56/// Gets the collection of <see cref="EncryptionMethod"/>. 58public ICollection<EncryptionMethod> EncryptionMethods
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
2486foreach (EncryptionMethod encryptionMethod in keyDescriptor.EncryptionMethods)