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