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