Implemented interface member:
4 references to Count
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
106if (EncryptionProperties.Count > 0) 109for (int index = 0; index < EncryptionProperties.Count; index++)
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
183if (EncryptionProperties.Count > 0) 186for (int index = 0; index < EncryptionProperties.Count; index++)