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