Implemented interface member:
property
Count
System.Collections.ICollection.Count
4 references to Count
System.Security (4)
system\security\cryptography\xml\encrypteddata.cs (2)
113
if (this.EncryptionProperties.
Count
> 0) {
115
for (int index = 0; index < this.EncryptionProperties.
Count
; index++) {
system\security\cryptography\xml\encryptedkey.cs (2)
188
if (this.EncryptionProperties.
Count
> 0) {
190
for (int index = 0; index < this.EncryptionProperties.
Count
; index++) {