1 instantiation of EncryptionPropertyCollection
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedType.cs (1)
87public virtual EncryptionPropertyCollection EncryptionProperties => _props ??= new EncryptionPropertyCollection();
3 references to EncryptionPropertyCollection
System.Security (1)
System.Security.cs (1)
51[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.EncryptionPropertyCollection))]
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedType.cs (2)
17private EncryptionPropertyCollection? _props; 87public virtual EncryptionPropertyCollection EncryptionProperties => _props ??= new EncryptionPropertyCollection();